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

Support concurrent debug sessions better. #1011

Merged
merged 1 commit into from
Jun 18, 2018
Merged

Conversation

DanTup
Copy link
Member

@DanTup DanTup commented Jun 13, 2018

Commands like hot reload will be sent to all (not ideal, but we can't match a debug session to the workspace folder - I'll improve if microsoft/vscode#51785 gets implemented), but we will track each session individually. Commands like "Open Observatory" will prompt for which debug session when there's more than one.

Fixes #447.

@DanTup DanTup added is enhancement in debugger Relates to the debug adapter or process of launching a debug session labels Jun 13, 2018
@DanTup DanTup added this to the v2.15.0 milestone Jun 13, 2018
@DanTup DanTup force-pushed the concurrent-debug-sessions branch from 6620a1d to a20e0c6 Compare June 14, 2018 14:16
@DanTup DanTup merged commit fa72fc4 into master Jun 18, 2018
@DanTup DanTup deleted the concurrent-debug-sessions branch June 18, 2018 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in debugger Relates to the debug adapter or process of launching a debug session is enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant