Cancel the automatic breakpoint of Google Chrome (when an exception is thrown)

generate scene

  1. Every time an exception is thrown to the console during development, Google Chrome will automatically break the breakpoint for us, and we need to let go
  2. In fact, when we were debugging the breakpoint, we accidentally turned on the setting that there is an exception to help us automatically break the point.
  3. Just cancel this setting.

Implementation process - as shown in the figure


Summarize:

After this process, I believe you also have a preliminary impression of canceling the automatic breakpoint of Google Chrome (when an exception is thrown), but the situation we encounter in actual development is definitely different, so we have to understand Its principle remains unchanged. Come on, hit the workers!

Please point out any deficiencies, thank you -- Fengguowuhen

 

Guess you like

Origin blog.csdn.net/weixin_53579656/article/details/131116878