MCPcopy Index your code
hub / github.com/nodejs/node / clearBreakOnException

Method clearBreakOnException

deps/v8/test/debugger/test-api.js:87–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 clearBreakOnException() {
88 const newState = this.isBreakOnUncaughtException() ? "uncaught" : "none";
89 this.sendMessageForMethodChecked(
90 "Debugger.setPauseOnExceptions", { state : newState });
91 }
92
93 isBreakOnException() {
94 return !!%IsBreakOnException(this.ExceptionBreak.Caught);

Tested by

no test coverage detected