eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.29k stars 2.45k forks source link

[vscode] Implement stubbed DebugStackFrame and DebugThread API #13846

Open rschnekenbu opened 1 week ago

rschnekenbu commented 1 week ago

The API has been stubbed in the debug namespace for:

export const activeStackItem: DebugThread | DebugStackFrame | undefined;
export const onDidChangeActiveStackItem: Event<DebugThread | DebugStackFrame | undefined>;

This task should implement the stubbed implementation.