Cidsan
Cidsan

Reputation: 45

Chrome Dev Tools stops at breakpoint even when breakpoints are deactivated

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)

Upvotes: 5

Views: 1846

Answers (3)

Malik Zahid
Malik Zahid

Reputation: 745

Close inspect element on other tabs of the same domain

Upvotes: 1

R...
R...

Reputation: 2570

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.

Upvotes: 5

Cidsan
Cidsan

Reputation: 45

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

Upvotes: -3

Related Questions