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

Method waitForPauseOnStart

test/common/inspector-helper.js:274–280  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272 }
273
274 waitForPauseOnStart() {
275 return this
276 .waitForNotification(
277 (notification) =>
278 notification.method === 'Debugger.paused' && notification.params.reason === 'Break on start',
279 'break on start');
280 }
281
282 pausedDetails() {
283 return this._pausedDetails;

Callers

nothing calls this directly

Calls 1

waitForNotificationMethod · 0.95

Tested by

no test coverage detected