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

Method waitForBreakOnLine

test/common/inspector-helper.js:266–272  ·  view source on GitHub ↗
(line, url)

Source from the content-addressed store, hash-verified

264 }
265
266 waitForBreakOnLine(line, url) {
267 return this
268 .waitForNotification(
269 (notification) =>
270 this._isBreakOnLineNotification(notification, line, url),
271 `break on ${url}:${line}`);
272 }
273
274 waitForPauseOnStart() {
275 return this

Callers 15

testBreakpointOnStartFunction · 0.80
testBreakpointOnStartFunction · 0.80
testBreakpointOnStartFunction · 0.80
testBreakpointFunction · 0.80
skipFirstBreakpointFunction · 0.80
checkAsyncStackTraceFunction · 0.80
runTestsFunction · 0.80
runTestsFunction · 0.80
waitForInitialSetupFunction · 0.80
checkAsyncStackTraceFunction · 0.80
runTestsFunction · 0.80
testBreakpointOnStartFunction · 0.80

Calls 2

waitForNotificationMethod · 0.95

Tested by

no test coverage detected