Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/vscode-js-debug
/ callFrameId
Method
callFrameId
src/adapter/stackTrace.ts:459–461 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
457
}
458
459
callFrameId(): string | undefined {
460
return
this._scope ? this._scope.callFrameId : undefined;
461
}
462
463
/** @inheritdoc */
464
async
scopes(): Promise<Dap.ScopesResult> {
Callers
7
restartFrame
Method · 0.80
completions
Method · 0.80
_evaluteWasm
Method · 0.80
_evaluteJs
Method · 0.80
evaluate
Method · 0.80
completePropertyAccess
Method · 0.80
scopes
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected