Chrome调试器即使没有断点也暂停了吗?

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.

该怎么办?

https://i.imgur.com/x22TTzx.png

要忽略所有断点(包括debugger语句):

To ignore all breakpoints (including debugger statements):

  1. 打开DevTools .
  2. 点击停用断点.

重新加载页面.