Is there a way to swtich between currently debugged apps using keyboard shortcut?

Answered

Related: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206761895-How-to-switch-between-debugger-and-console-with-shortcut

 

---

 

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:

  1. `Process Console` and `Scripts` (works);
  2. `Debugger`, `Debugger Console` and `Process Console`;
  3. 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.

0
1 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. 

0

Please sign in to leave a comment.