2

I encountered an issue while debugging Javascript in the Dev Tools in Chrome.

Even when I have deactivated the breakpoints from the button, it still stops at them. like this

I haven't enabled the "Pause on exceptions" button and the only thing that works is when I disable the breakpoints one by one (not having 'tick' on them). disabled breakpoint

I noticed that this appeared in a week or so.

My browser is Version 78.0.3904.108 (Official Build) (64-bit)

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
Cidsan
  • 19
  • 4

3 Answers3

1

It happened to me when I had another browser tab open on the same domain and the dev tool was open in that other tab too. in that case you need to deactive the debugger in both tabs or better yet close the other tab.

pref
  • 1,651
  • 14
  • 24
0

Close inspect element on other tabs of the same domain

Malik Zahid
  • 593
  • 5
  • 13
-1

Edit: The issue is gone now, with the last update from chrome.

Cidsan
  • 19
  • 4