Search code examples
javascriptbrowsergoogle-chrome-devtoolschrome-debugging

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)


Solution

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