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

Add keyboard shortcuts to navigate debug consoles #151772

Closed
roblourens opened this issue Jun 10, 2022 · 1 comment · Fixed by #152378
Closed

Add keyboard shortcuts to navigate debug consoles #151772

roblourens opened this issue Jun 10, 2022 · 1 comment · Fixed by #152378
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@roblourens
Copy link
Member

The only way to switch debug consoles is to click the dropdown. We should have keyboard shortcuts to switch between them, same as you can set up with terminals using the "Focus next terminal" command

@roblourens roblourens added feature-request Request for new features or functionality debug Debug viewlet, configurations, breakpoints, adapter issues labels Jun 10, 2022
@roblourens roblourens added this to the Backlog milestone Jun 10, 2022
@roblourens roblourens self-assigned this Jun 10, 2022
@andreamah andreamah self-assigned this Jun 16, 2022
andreamah added a commit that referenced this issue Jun 16, 2022
shortcuts and command to navigate debug consoles #151772
@VSCodeTriageBot VSCodeTriageBot added the unreleased Patch has not yet been released in VS Code Insiders label Jun 16, 2022
@roblourens roblourens modified the milestones: Backlog, June 2022 Jun 16, 2022
@VSCodeTriageBot VSCodeTriageBot added insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Jun 17, 2022
@andreamah
Copy link
Contributor

Verification steps:

  1. Debug with multiple debug consoles at once.
  2. Use CTRL+PgUp (or CTRL+SHIFT+[ on mac) to move to the previous console. The command Debug: Focus Previous Debug Console should do the same thing.
  3. Use CTRL+PgDn (or CTRL+SHIFT+] on mac) to move to the next console. The command Debug: Focus Next Debug Console should do the same thing.

@andreamah andreamah added the verification-needed Verification of issue is requested label Jun 27, 2022
@jrieken jrieken added the verified Verification succeeded label Jun 28, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jul 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants