Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vscode] Implement stubbed DebugStackFrame and DebugThread API #13846

Closed
Tracked by #12010
rschnekenbu opened this issue Jun 26, 2024 · 0 comments · Fixed by #13900
Closed
Tracked by #12010

[vscode] Implement stubbed DebugStackFrame and DebugThread API #13846

rschnekenbu opened this issue Jun 26, 2024 · 0 comments · Fixed by #13900
Assignees
Milestone

Comments

@rschnekenbu
Copy link
Contributor

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.

@rschnekenbu rschnekenbu self-assigned this Jun 26, 2024
rschnekenbu added a commit to eclipsesource/theia that referenced this issue Jul 9, 2024
fixes eclipse-theia#13846

contributed on behalf of STMicroelectronics
rschnekenbu added a commit to eclipsesource/theia that referenced this issue Jul 9, 2024
fixes eclipse-theia#13846

contributed on behalf of STMicroelectronics
rschnekenbu added a commit to eclipsesource/theia that referenced this issue Jul 11, 2024
fixes eclipse-theia#13846

contributed on behalf of STMicroelectronics
rschnekenbu added a commit to eclipsesource/theia that referenced this issue Jul 24, 2024
fixes eclipse-theia#13846

contributed on behalf of STMicroelectronics
@sgraband sgraband added this to the 1.52.0 milestone Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants