Chrome Tools Auto-breaking

我怕爱的太早我们不能终老 提交于 2019-12-11 06:33:56

问题


My Chrome developer tools are great and I love them. I'm experiencing a woe lately though.

Somehow I turned on some sort of break-on-error and I don't know how to turn it off. I've looked on google but it's tough because I don't know the correct term for what's happening so I thought I'd give SOF a try.

Thanks all.


回答1:


Go to the Sources tab, and locate the button at the bottom with two stripes on it.

Click on this button to switch between the following states:

  • "Don't pause on exceptions" (default)
  • "Pause on all exceptions"
  • "Pause on uncaught exceptions"


来源:https://stackoverflow.com/questions/15975642/chrome-tools-auto-breaking

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!