MCPcopy Create free account
hub / github.com/nodejs/node / waitForPauseAndStep

Function waitForPauseAndStep

deps/v8/test/inspector/debugger/wasm-stepping.js:167–170  ·  view source on GitHub ↗
(stepAction)

Source from the content-addressed store, hash-verified

165]);
166
167async function waitForPauseAndStep(stepAction) {
168 await waitForPause();
169 Protocol.Debugger[stepAction]();
170}
171
172async function waitForPause() {
173 const {params: {callFrames}} = await Protocol.Debugger.oncePaused();

Callers 1

wasm-stepping.jsFile · 0.70

Calls 1

waitForPauseFunction · 0.70

Tested by

no test coverage detected