Paused in debugger in chrome?

后端 未结 16 2312
小鲜肉
小鲜肉 2020-12-22 21:22

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.

16条回答
  •  粉色の甜心
    2020-12-22 22:06

    You can just go to Breakpoints in the chrome developer console, right click and remove breakpoints. Simple.

提交回复
热议问题