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

Method setBreakOnUncaughtException

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

Source from the content-addressed store, hash-verified

95 };
96
97 setBreakOnUncaughtException() {
98 const newState = this.isBreakOnException() ? "all" : "uncaught";
99 this.sendMessageForMethodChecked(
100 "Debugger.setPauseOnExceptions", { state : newState });
101 }
102
103 clearBreakOnUncaughtException() {
104 const newState = this.isBreakOnException() ? "all" : "none";

Calls 2

isBreakOnExceptionMethod · 0.95

Tested by

no test coverage detected