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

Method startDebuggingRequest

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

* This request is sent from the debug adapter to the client to start a new debug session of the same type as the caller. * This request should only be sent if the corresponding client capability `supportsStartDebuggingRequest` is true. * A client implementation of `startDebugging` should s

(params: StartDebuggingParams)

Source from the content-addressed store, hash-verified

186 * A client implementation of `startDebugging` should start a new debug session (of the same type as the caller) in the same way that the caller's session was started. If the client supports hierarchical debug sessions, the newly created session can be treated as a child of the caller session.
187 */
188 startDebuggingRequest(params: StartDebuggingParams): Promise<StartDebuggingResult>;
189
190 /**
191 * The `initialize` request is sent as the first request from the client to the debug adapter in order to configure it with client capabilities and to retrieve capabilities from the debug adapter.

Callers 1

acquireDapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected