Ununhexium
Ununhexium

Reputation: 115

IntelliJ IDEA debugger navigation keyboard shortcuts

In IntelliJ IDEA, how do I go from Frames to Variables in the Debug view without using my mouse?

enter image description here

Upvotes: 5

Views: 464

Answers (1)

Viktor Shatrov
Viktor Shatrov

Reputation: 138

Starting from 2019.3 version you can do it with "Show List of Tabs" action CTRL + ↓ (⌃ + ↓ for Mac). It allows navigating between any debug toolwindow tabs with any tabs layout.

Upvotes: 2

Related Questions