Chrome breaks randomly without breakpoints with the inspector open

后端 未结 2 2004
一个人的身影
一个人的身影 2021-01-04 01:20

When I have the inspector open in chrome it will \"break\" all over the javascript even if there are no breakpoints. On sites that I need the debugger to debug javascript th

相关标签:
2条回答
  • 2021-01-04 01:41

    I eventually resolved this by uninstalling chrome, removing this directory: ~/Library/Application\ Support/Google/Chrome/ (I'm on a mac) and reinstalling. Not sure whether the deleting chrome step is really necessary.

    0 讨论(0)
  • 2021-01-04 02:02

    You could have had the "Pause on all exceptions" button enabled (it would be blue if enabled).

    See screenshot below:

    enter image description here

    On Chrome 33.* you'll see it when viewing a script:

    enter image description here

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