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

Method loadedSource

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

* The event indicates that some source has been added, changed, or removed from the set of all loaded sources.

(params: LoadedSourceEventParams)

Source from the content-addressed store, hash-verified

105 * The event indicates that some source has been added, changed, or removed from the set of all loaded sources.
106 */
107 loadedSource(params: LoadedSourceEventParams): void;
108
109 /**
110 * The event indicates that the debugger has begun debugging a new process. Either one that it has launched, or one that it has attached to.

Callers 2

_addSourceMethod · 0.80
removeSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected