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

Update debug API to support Parent Sessions #9664

Closed
tsmaeder opened this issue Jun 29, 2021 · 2 comments
Closed

Update debug API to support Parent Sessions #9664

tsmaeder opened this issue Jun 29, 2021 · 2 comments
Labels
debug issues that related to debug functionality vscode issues related to VSCode compatibility

Comments

@tsmaeder
Copy link
Contributor

Feature Description:

The VS Code API now supports the notion of a "parent" debug sessions. It allows to group subprocesses being debugged (for example the plugin host process when debugging Theia itself) into a convenient tree.
In order to see this in action, use the vscode built-in js-debug to debug the Theia back end.

@tsmaeder tsmaeder added debug issues that related to debug functionality vscode issues related to VSCode compatibility labels Jun 29, 2021
@msujew
Copy link
Member

msujew commented Jun 29, 2021

I think this will be addressed by #9613.

@tsmaeder
Copy link
Contributor Author

Cool, closing as duplicate of #8518

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug issues that related to debug functionality vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

2 participants