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

Method setBreakOnException

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

Source from the content-addressed store, hash-verified

80 stepOut() { this.sendMessageForMethodChecked("Debugger.stepOut"); }
81
82 setBreakOnException() {
83 this.sendMessageForMethodChecked(
84 "Debugger.setPauseOnExceptions", { state : "all" });
85 }
86
87 clearBreakOnException() {
88 const newState = this.isBreakOnUncaughtException() ? "uncaught" : "none";

Calls 1

Tested by

no test coverage detected