Chrome 'paused in debugger' issue

断了今生、忘了曾经 提交于 2019-12-04 22:16:29
Tim S.

You might also check the Source tab, check under the Event Listener Breakpoints panel if you've set any breakpoints under 'Mouse'.

HaoQi Li

Found solution here, if the little octagonal stop/pause sign (at lower left of Chrome "Sources") is colored (blue or purple), you need to click on it until it's black again.

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

It did drive me nuts for a short while.....scroll all the way to the bottom

of breakpoint window and you'll find XHR Breakpoints & under it there is the Any XHR checkbox...

Go to Elements tab and remove all breakpoints from right pane under DOM Breakpoints

Goto the sources tab and check all breakpoints.

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.

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