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

Function waitForInitialBreak

test/common/debugger.js:115–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 },
114
115 async waitForInitialBreak() {
116 await this.waitFor(/break (?:on start )?in/i);
117
118 if (isPreBreak(this.output)) {
119 await this.command('next', false);
120 return this.waitFor(/break in/);
121 }
122 },
123
124 get breakInfo() {
125 const output = this.output;

Callers

nothing calls this directly

Calls 3

isPreBreakFunction · 0.85
waitForMethod · 0.80
commandMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…