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

Method stepIn

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

* The request resumes the given thread to step into a function/method and allows all other threads to run freely by resuming them. * If the debug adapter supports single thread execution (see capability `supportsSingleThreadExecutionRequests`), setting the `singleThread` argument to true preven

(params: StepInParams)

Source from the content-addressed store, hash-verified

1576 * The list of possible targets for a given source line can be retrieved via the `stepInTargets` request.
1577 */
1578 stepIn(params: StepInParams): Promise<StepInResult>;
1579
1580 /**
1581 * The request resumes the given thread to step out (return) from a function/method and allows all other threads to run freely by resuming them.

Callers 5

wasm.test.tsFile · 0.80
breakpointsTest.tsFile · 0.80
threadsTest.tsFile · 0.80
runCrossThreadTestFunction · 0.80
stacksTest.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected