マウスを使わずにソース コードとデバッガの間を移動するにはどうすればよいですか?
home_controller.rb ファイルとデバッガー ウィンドウの間をジャンプしたい。??
マウスを使わずにソース コードとデバッガの間を移動するにはどうすればよいですか?
home_controller.rb ファイルとデバッガー ウィンドウの間をジャンプしたい。??
デフォルトでは、デバッグ ツール ウィンドウはAlt+ 5(⌘</kbd>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.
ツール ウィンドウのキー マップは、[ファイル] > [設定] > [IDE 設定] > [キーマップ] > [メイン メニュー] > [表示] > [ツール ウィンドウ] で変更できます。