Search code examples
jquerygoogle-chromedebuggingbreakpointsjavascript-debugger

Debugger doesn't stop at breakpoints inside JQuery event handler functions (Chrome)


I noticed that breakpoints inside JQuery event handler functions are not triggered. If I put an alert or a debugger; it works fine.

I cannot understand if this is a Chrome known issue or if this could be related to my specific configuration. I work on windows 7 and Google Chrome is updated.


Solution

  • As @barmar says in his comment, if I disable all Chrome extensions, breakpoints works fine.