Search code examples
intellij-idearubymine

What's the keyboard shortcut to move between source code and debugger in RubyMine?


How do I navigate between my source code and the debugger without using the mouse?

I want to jump between home_controller.rb file and debugger window. ??

http://cl.ly/image/0x3C0i2c1s0p


Solution

  • By default, the debug tool window is mapped to Alt+5 (5). So typing that will give the debug too window focus. To return to the editor from any tool window, type Esc. You can also type Alt+5 a second time, but that will close the debug tool window and take you to the editor.

    You can modify the key map for a tool window in File > Settings > [IDE Settings> Keymap > Main Menu > View > Tool Windows