0

Chrome debugger stops working at some point. As you all know sometime the execution is stopped in jquery.js file at some unknown point and we can resume execution using resume button, but sometimes it happens that that button doesn't work and the only way to resume execution is you have to close the debugger, no other buttons in the debugger window works. I am seeing this from long time since I started using debugger, but I never came to know why this happens.enter image description here

I want to know why it happens that pause of execution is shown in the jquery.js file, a pause which is not set by me. when such pause occurs the button in the image below does not work, not even any other button in the window works.

Can anybody tell me why this happens?

vikas devde
  • 11,691
  • 10
  • 35
  • 42
  • possible duplicate of [Why is Chrome pausing on some line inside jQuery?](http://stackoverflow.com/questions/5174968/why-is-chrome-pausing-on-some-line-inside-jquery) – Rob W Aug 07 '13 at 16:04
  • Not actually, it doesn't tell me how to resume back. – vikas devde Aug 07 '13 at 16:05
  • That link explains why a breakpoint is being triggered in jquery.js. The deadlock itself is probably a bug, go report it at http://crbug.com/new – Rob W Aug 07 '13 at 16:12

0 Answers0