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

Method stepIn

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

* The request starts the debuggee to step into a function/method if possible. * If it cannot step into a target, 'stepIn' behaves like 'next'. * The debug adapter first sends the response and then a 'stopped' event (with reason 'step') after the step has completed. * If there are mult

(params: StepInParams)

Source from the content-addressed store, hash-verified

1290 * The list of possible targets for a given source line can be retrieved via the 'stepInTargets' request.
1291 */
1292 stepIn(params: StepInParams): Promise<StepInResult>;
1293
1294 /**
1295 * The request starts the debuggee to run again for one step.

Callers 3

breakpointsTest.tsFile · 0.80
threadsTest.tsFile · 0.80
stacksTest.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected