MCPcopy Create free account
hub / github.com/Snapchat/Valdi / continue

Method continue

valdi/vscode_debugger/src/dap/api.d.ts:1276–1276  ·  view source on GitHub ↗

* The request starts the debuggee to run again.

(params: ContinueParams)

Source from the content-addressed store, hash-verified

1274 * The request starts the debuggee to run again.
1275 */
1276 continue(params: ContinueParams): Promise<ContinueResult>;
1277
1278 /**
1279 * The request starts the debuggee to run again for one step.

Callers 15

waitForPauseFunction · 0.65
waitForPauseFunction · 0.65
breakpointsTest.tsFile · 0.65
waitForHitFunction · 0.65
evaluate.tsFile · 0.65
evaluateAtReturnFunction · 0.65
waitAndStayPausedFunction · 0.65
waitForPauseFunction · 0.65
threadsTest.tsFile · 0.65
waitForPauseOnExceptionFunction · 0.65
waitForPauseFunction · 0.65

Calls

no outgoing calls

Tested by 4

waitAndStayPausedFunction · 0.52
waitForPauseFunction · 0.52
waitForPauseFunction · 0.52
waitForPauseFunction · 0.52