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

Function waitPauseAndDumpLocation

deps/v8/test/inspector/debugger/pause.js:113–118  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

111]);
112
113async function waitPauseAndDumpLocation(session) {
114 var message = await session.Protocol.Debugger.oncePaused();
115 InspectorTest.log('paused at:');
116 await session.logSourceLocation(message.params.callFrames[0].location);
117 return message;
118}

Callers 1

pause.jsFile · 0.70

Calls 2

logSourceLocationMethod · 0.80
logMethod · 0.45

Tested by

no test coverage detected