artur15rus
artur15rus

Reputation: 19

Hotkey to switch between debug tabs in Intelij IDEA

I have several debug tabs in Intelij IDEA: Debug tabs

If I push Ctrl+Tab IDEA suggests me to open another opened files.
Is there any hotkey to switch between debug tabs?

Upvotes: 1

Views: 42

Answers (1)

streetturtle
streetturtle

Reputation: 5850

It should be Alt + Left / Right. And it works in any window which has tabs (Project View, Editor, terminal, etc.)

You can see it in Settings -> Keymap then Main menu -> Window -> Editor Tabs: Select Previous/Next Tab

enter image description here

Upvotes: 1

Related Questions