Is there a way to swtich between currently debugged apps using keyboard shortcut?
Answered
---
When I am debugging multiple programs/apps at the same time, I would like to switch between them using keyboard shortcuts.
Ctrl+PgUp and Ctrl+PgDn (Settings | Keymap | Main Menu | WIndow | Editor Tabs | Select Previous Tab and Select Next Tab) switches between `Process Console` and `Scripts` of a single debugged app.
Now, I’d like to be able to switch between:
- `Process Console` and `Scripts` (works);
- `Debugger`, `Debugger Console` and `Process Console`;
- between individual apps.
While being able to move between those tabs in left-to-right and right-to-left order, I think it would be nice to be able to use Other | Tabs | Select Tab #1 (etc) when the panel is selected instead of switching files/editors.
Please sign in to leave a comment.
Unfortunately currently there's no way to switch between different application tabs in debugger using a shortcut.
There's a request for this in our tracker, please upvote IDEA-206831 and follow it for updates. See this article if you are not familiar with YouTrack.