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

Method pausedVariables

src/adapter/threads.ts:265–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263 }
264
265 pausedVariables(): VariableStore | undefined {
266 return this._pausedVariables;
267 }
268
269 defaultExecutionContext(): ExecutionContext | undefined {
270 for (const context of this._executionContexts.values()) {

Callers 4

_scopeVariableMethod · 0.80
StackFrameClass · 0.80
scopesMethod · 0.80
findVariableStoreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected