Why is Chrome pausing on some line inside jQuery?

喜欢而已 提交于 2019-11-28 19:05:11

That little pause icon in the lower left. Should be black in color. Click it to cycle through several breakpoint options.

I had been debugging and forgotten to remove a breakpoint.

Also check that you haven't ticked "Any XHR" under XHR Breakpoints.

To disable this on On Windows for Chrome.

In "Script" button circled in red below, cycle to same state ("Don't pause on Exceptions")

This can also cause the issue

Break Point icon at top left should be blue like this(For Deactivate BreakPoints)

Should not grey like this

I was able to clear a phantom breakpoint I had while using Chrome by closing developer tools, refreshing the page, and then opening developer tools.

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