简体   繁体   中英

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)

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 decative the debugger in both tabs or better close the other tab.

编辑:问题现在消失了,最后一次更新来自 chrome。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM