Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij IDEA: How to navigate between tabs of debug tool window using the keyboard?

enter image description here

Is there any possibility to navigate between these tabs using the keyboard?

Alt+Left/Alt+Right shortcuts navigate through the nested tabs Console/Debugger in the case shown above.

like image 220
DAle Avatar asked May 18 '17 09:05

DAle


People also ask

How do I switch between tabs in IntelliJ?

Switch between tabs To move between tabs, press Alt+Right or Alt+Left . You can also switch between recently viewed tabs or files. In the editor, press Ctrl+Tab . Keep pressing Ctrl for the Switcher window to stay open.

How do I navigate in debug mode IntelliJ?

From the main menu, select Run | Debugging Actions | Smart Step Into or press Shift+F7 . Click the method. You can also select it using the arrow keys or tabs and press Enter / F7 .

How do I navigate between tabs?

Shift + Control + Tab With these two commands, you can cycle back and forth through every tab in the browser window very quickly. On keyboards that have PgUp/PgDn keys, you can use Control + PgUp/PgDn to switch tabs as well if you feel more comfortable doing it this way.

How do I jump to next breakpoint in IntelliJ?

Jump to a breakpoint Press Ctrl+Alt+F9 or choose ReSharper | Navigate | Breakpoints… from the main menu . Alternatively, you can press Ctrl+Shift+A , start typing the command name in the popup, and then choose it there.

How do I navigate between methods in IntelliJ?

Navigate between changesPress Ctrl+Alt+Shift+Down / Ctrl+Alt+Shift+Up . From the main menu, choose Navigate | Next / Previous Change.


1 Answers

I found the discussion related to my question. It seems that it was not designed for keyboard:

Actually it's designed for mouse/trackpad and there is no way to switch from cell to cell.

And there is an issue IDEA-164210 about that in JetBrains tracker.

like image 185
DAle Avatar answered Oct 05 '22 06:10

DAle