请问HN:网页应用程序冻结,但在Chrome录制时不会。该如何调试?
我遇到了一个超级烦人的海森堡错误,它在 Chrome 调试器的性能记录会话中从未出现过。基本上,这是一个 Angular/AngularJS 混合应用程序,当我在切换到另一个标签页后返回时,表单会冻结。<p>除了逐步注释代码之外,有什么建议可以调试这个问题吗?
查看原文
I have a super annoying heisenbug, that never occurs during the Chrome debugger performance recording session. Basically it's an Angular/AngularJS hybrid app with a form that freezes when you return to it after navigating to another tab.<p>Any suggestions on how to debug this other than just commenting out code step-by-step?