0

マウスを使わずにソース コードとデバッガの間を移動するにはどうすればよいですか?

home_controller.rb ファイルとデバッガー ウィンドウの間をジャンプしたい。??

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

4

1 に答える 1

4

デフォルトでは、デバッグ ツール ウィンドウは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 設定] > [キーマップ] > [メイン メニュー] > [表示] > [ツール ウィンドウ] で変更できます。

于 2013-07-14T22:06:47.863 に答える