MCPcopy 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

initializeListenersMethod · 0.65
getContextItemsMethod · 0.65
getDebugLocalsMethod · 0.65
constructorMethod · 0.65
registerHandlersMethod · 0.65

Implementers 3

MessageIdecore/protocol/messenger/messageIde.ts
FileSystemIdecore/util/filesystem.ts
VsCodeIdeextensions/vscode/src/VsCodeIde.ts

Calls

no outgoing calls

Tested by 1

registerHandlersMethod · 0.52