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

Debugger crashes with multiple debug sessions #41

Closed
Gama11 opened this issue Feb 8, 2019 · 4 comments
Closed

Debugger crashes with multiple debug sessions #41

Gama11 opened this issue Feb 8, 2019 · 4 comments
Labels
bug Something isn't working

Comments

@Gama11
Copy link
Member

Gama11 commented Feb 8, 2019

When I have two different workspaces open in VSCode, and there's already an HL debug session running in one of them, starting one in the second gives me this error:

@Gama11 Gama11 added the bug Something isn't working label Feb 8, 2019
@ncannasse
Copy link
Member

Do you use a different debug port ?

@Gama11
Copy link
Member Author

Gama11 commented Feb 9, 2019

Urm.. how would I do that, isn't that hardcoded in the debugger? Shouldn't it figure out a free one on its own like the language server does for --connect?

@ncannasse
Copy link
Member

ATM there is no automatic detection, you need to specify "port" in configuration. But it should give a more meaningful error, and there is a bug related to that (see #37)

@yuxiaomao
Copy link
Collaborator

Could not reproduce today, and an error message will be displayed if the port is occupied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants