Chrome debugger paused even without breakpoints?

我的未来我决定 提交于 2019-12-24 20:31:27

问题


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):

  1. Open DevTools.
  2. Click Deactivate Breakpoints.

  3. Reload the page.



来源:https://stackoverflow.com/questions/54624612/chrome-debugger-paused-even-without-breakpoints

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!