Chrome调试器即使没有断点也暂停了吗?
问题描述:
在检查此站点时,即使未设置任何断点,脚本也始终在调试器中暂停,并且如果未暂停,则脚本会再次暂停自身.
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.
该怎么办?
答
要忽略所有断点(包括debugger
语句):
To ignore all breakpoints (including debugger
statements):
- 打开DevTools .
-
点击停用断点.
重新加载页面.