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

Select debug program and switch between running debug programs #21127

Closed
Trenrod opened this issue Feb 22, 2017 · 4 comments
Closed

Select debug program and switch between running debug programs #21127

Trenrod opened this issue Feb 22, 2017 · 4 comments
Assignees
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues debug Debug viewlet, configurations, breakpoints, adapter issues
Milestone

Comments

@Trenrod
Copy link

Trenrod commented Feb 22, 2017

Its a feature request. Debugging multiple programs without using a mouse.

So far you can only start one preselected debug program with F5.
Its not possible without using a mouse to select a specific debug program, even to focus it with cursor or tab navigation.

image

Same if you run multiple programs in debug you cannot switch between them to e.g. restart

image

Thank you.

@roblourens roblourens added the feature-request Request for new features or functionality label Feb 23, 2017
@isidorn isidorn assigned michelkaporin and unassigned isidorn Feb 23, 2017
@michelkaporin
Copy link
Contributor

michelkaporin commented Feb 23, 2017

Thank you for raising it up. Luckily this has been already requested in #16613 and implemented in #20979. It is currently available in Insiders build and will go into the next release.

Closing as duplicate.

@michelkaporin michelkaporin added the *duplicate Issue identified as a duplicate of another issue(s) label Feb 23, 2017
@michelkaporin michelkaporin removed their assignment Feb 23, 2017
@Trenrod
Copy link
Author

Trenrod commented Mar 2, 2017

Just saw that 1.10.1 added the feature to select a launch config.

But I cant find a solution for the second request. Which is to select between running programs.

Thank you.

@isidorn
Copy link
Contributor

isidorn commented Mar 2, 2017

Yes the second request is not captured by this. Let's reopen this issue

@isidorn isidorn reopened this Mar 2, 2017
@isidorn isidorn added debug Debug viewlet, configurations, breakpoints, adapter issues and removed *duplicate Issue identified as a duplicate of another issue(s) labels Mar 2, 2017
@isidorn isidorn added this to the Backlog milestone Mar 2, 2017
@weinand weinand modified the milestones: Backlog, On Deck Nov 16, 2017
@weinand weinand added accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues and removed feature-request Request for new features or functionality labels Nov 16, 2017
@isidorn
Copy link
Contributor

isidorn commented May 11, 2018

This is currently possible by
F1 > focus call stack > press 'enter' on the session you want focused

As an alternatvie I was looking into adding an action which would open quick open so the uer could choose which session to focus. However this seems to take the same amount of time as the already available solution. Thus I choose not to add it to remove duplication

@Trenrod let me know if my proposed solution is not working for you. And if it is not let me know what alternative do you propose

@isidorn isidorn closed this as completed May 11, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

No branches or pull requests

5 participants