Paused in debugger in chrome?

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

    Its really a bad experience. if the above answer didn't work for you try this.

    Click on the Settings icon and then click on the Restore defaults and reload button.

    Press 'F8' until its became normal.

    Happy coding!!

    0 讨论(0)
  • 2020-12-22 22:17

    enter image description here

    Yep. I'm just learning chrome dev tools today, and found the same thing -- if the above fails, expand the area pictured here and look for breakpoints you may have set and forgotten.

    0 讨论(0)
  • 2020-12-22 22:18

    At the right upper corner second last icon (encircled red in attached image) is for activate/deactivate debugging. Click it to toggle debugging anytime.

    Chrome Debug console

    0 讨论(0)
  • 2020-12-22 22:19

    You can press CTLR+F8 to activate or deactivate breackpoints.

    This is the short solution.

    0 讨论(0)
提交回复
热议问题