MCPcopy
hub / github.com/microsoft/vscode-js-debug / continue

Method continue

src/dap/api.d.ts:1560–1560  ·  view source on GitHub ↗

* The request resumes execution of all threads. If the debug adapter supports single thread execution (see capability `supportsSingleThreadExecutionRequests`), setting the `singleThread` argument to true resumes only the specified thread. If not all threads were resumed, the `allThreadsContinued` at

(params: ContinueParams)

Source from the content-addressed store, hash-verified

1558 * The request resumes execution of all threads. If the debug adapter supports single thread execution (see capability `supportsSingleThreadExecutionRequests`), setting the `singleThread` argument to true resumes only the specified thread. If not all threads were resumed, the `allThreadsContinued` attribute of the response should be set to false.
1559 */
1560 continue(params: ContinueParams): Promise<ContinueResult>;
1561
1562 /**
1563 * The request executes one step (in the given granularity) for the specified thread and allows all other threads to run freely by resuming them.

Callers 15

waitForPauseFunction · 0.80
wasm.test.tsFile · 0.80
waitForPauseFunction · 0.80
breakpointsTest.tsFile · 0.80
waitForHitFunction · 0.80
variablesTest.tsFile · 0.80
evaluate.tsFile · 0.80
evaluateAtReturnFunction · 0.80
waitAndStayPausedFunction · 0.80
waitForPauseFunction · 0.80

Calls

no outgoing calls

Tested by 4

waitAndStayPausedFunction · 0.64
waitForPauseFunction · 0.64
waitForPauseFunction · 0.64
waitForPauseFunction · 0.64