0

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.

kiks73
  • 3,718
  • 3
  • 25
  • 52
  • I've set breakpoints inside jQuery event handlers and they worked fine. – Barmar Jul 05 '14 at 07:52
  • 1
    Does it still fail if you disable all Chrome extensions? (Plug: there's an extension called "Disable Extensions Temporarily" that allows you to enable and disable all extensions with one click.) – Barmar Jul 05 '14 at 07:54
  • @barmar it seems that disabling chrome extensions solves the problem. Thank you – kiks73 Jul 07 '14 at 20:51
  • You should try to figure out which extension is conflicting with the debugger. – Barmar Jul 07 '14 at 20:53

1 Answers1

0

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

kiks73
  • 3,718
  • 3
  • 25
  • 52