-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Support multi target debugging #13426
Comments
Debugging a language-server & client in one instance would be nice... |
+1 for this, maybe we can debug just like webstorm way. and please consider about auto attach to the new worker since it will be auto reload at development. and plz also take a look at microsoft/vscode-node-debug#99 |
The plan is to allow multiple debug sessions in a single VS Code instance. This requires that the debug model/service can be instantiated multiple times. How multiple debug sessions are presented in the UI is an independent issue: probably we will start with something simple, e.g. a simple session switcher or by introducing processes as the top level elements in the call stack view. |
We have added support for mutliple debug sessions. The current way to enable this might change in the future, it is still experimental. For how to enable compound debugging check #14842 |
This is awesome, thanks a lot! |
How do I know when it will be released? |
Also this experimental feature is currently available in the vscode insiders |
For anyone stumbling upon this issue via Google (like me), the syntax for compound launch configs has changed since @isidorn's earlier comment. There's a usage example here: |
@Deathangel908 please create a new issue since this issue is already closed. |
Support multiple debug sessions in a single instance of VS Code.
This helps with the following scenarios:
Problems to address:
The text was updated successfully, but these errors were encountered: