Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/continuedev/continue
/ getDebugLocals
Method
getDebugLocals
core/index.d.ts:848–848 ·
view source on GitHub ↗
(threadIndex: number)
Source
from the content-addressed store, hash-verified
846
getTerminalContents(): Promise<string>;
847
848
getDebugLocals(threadIndex: number): Promise<string>;
849
850
getTopLevelCallStackSources(
851
threadIndex: number,
Callers
5
initializeListeners
Method · 0.65
getContextItems
Method · 0.65
getDebugLocals
Method · 0.65
constructor
Method · 0.65
registerHandlers
Method · 0.65
Implementers
3
MessageIde
core/protocol/messenger/messageIde.ts
FileSystemIde
core/util/filesystem.ts
VsCodeIde
extensions/vscode/src/VsCodeIde.ts
Calls
no outgoing calls
Tested by
1
registerHandlers
Method · 0.52