How can I stop Chrome from going into debug mode?

前端 未结 6 1618
孤独总比滥情好
孤独总比滥情好 2020-12-23 02:07

If the debugging window is open, the debugger starts hitting lines by itself even though there are no set breakpoints.

I have tried using the "Deactivate breakpo

6条回答
  •  时光说笑
    2020-12-23 02:44

    There are a couple of reasons for this:

    1. You've toggled on the Pause On Caught Exceptions button. So, toggle it off.

    2. You've toggled a line (or more) to be paused on exception. So, toggle it off.

提交回复
热议问题