本文介绍了在Chrome中调试器中暂停的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当在chrome中调试时,即使没有设置断点,脚本也总是在调试器中暂停,如果暂停是暂停的,它将再次暂停。
When debugging in chrome, 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.
可以做什么?
推荐答案
一个可能的原因是,您启用了暂停异常(小停止标志形状的图标,暂停(||)符号,在窗口的左下方有in)。尝试点击返回到关闭/灰色状态(不是红色或蓝色状态),然后重新加载页面。
One possible cause, it that you've enabled the "pause on exceptions" (the little stop-sign shaped icon with the pause (||) symbol with in in the lower left of the window). Try clicking that back to the off/grey state (not red nor blue states) and reload the page.
这篇关于在Chrome中调试器中暂停的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!