Paused in debugger in chrome?

后端 未结 16 2302
小鲜肉
小鲜肉 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:11

    Really silly issue that I ran into that led me here with the debugger; command.: "debugger;" has a watch set on it.

    It caused a page that just said debugger; to appear between every page load.

    The way to disable it is to just right-click said Watch and click "Delete watch expression".

提交回复
热议问题