问题
When inspecting this site, the scripts are always paused in the debugger even if there are no break points set, and if the the pause is un-paused, it again pauses itself.
What can be done?
https://i.imgur.com/x22TTzx.png
回答1:
To ignore all breakpoints (including debugger
statements):
- Open DevTools.
Click Deactivate Breakpoints.
Reload the page.
来源:https://stackoverflow.com/questions/54624612/chrome-debugger-paused-even-without-breakpoints