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

Method pausedVariables

valdi/vscode_debugger/src/adapter/threads.ts:181–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179 }
180
181 pausedVariables(): VariableStore | undefined {
182 return this._pausedVariables;
183 }
184
185 executionContexts(): ExecutionContext[] {
186 return Array.from(this._executionContexts.values());

Callers 3

_scopeVariableMethod · 0.80
completionsMethod · 0.80
_findVariableStoreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected