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

Method stopped

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

* The event indicates that the execution of the debuggee has stopped due to some condition. * This can be caused by a break point previously set, a stepping request has completed, by executing a debugger statement etc.

(params: StoppedEventParams)

Source from the content-addressed store, hash-verified

63 * This can be caused by a break point previously set, a stepping request has completed, by executing a debugger statement etc.
64 */
65 stopped(params: StoppedEventParams): void;
66
67 /**
68 * The event indicates that the execution of the debuggee has continued.

Callers 1

_onThreadPausedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected