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

Method continued

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

* The event indicates that the execution of the debuggee has continued. * Please note: a debug adapter is not expected to send this event in response to a request that implies that execution continues, e.g. 'launch' or 'continue'. * It is only necessary to send a 'continued' event if there

(params: ContinuedEventParams)

Source from the content-addressed store, hash-verified

70 * It is only necessary to send a 'continued' event if there was no previous request that implied this.
71 */
72 continued(params: ContinuedEventParams): void;
73
74 /**
75 * The event indicates that the debuggee has exited and returns its exit code.

Callers 1

_onThreadResumedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected