LoginSignup
3
6

More than 5 years have passed since last update.

交互に使ってるとよく混乱するのでメモ

※デフォルトの状態

動作 Eclipse Visual Studio2015
デバッグ開始 F11 F5
(デバッグ中)続行 F8 F5
(デバッグ中)ステップイン F5 F11
(デバッグ中)ステップオーバー F6 F10
定義に飛ぶ Ctrl+クリック F12
定義に飛んだ後戻ってくる Alt+ Ctrl+-
メンバ探し Ctrl+O Ctrl+,
行ジャンプ Ctrl+L Ctrl+G
行ごと削除 Ctrl+D Ctrl+Shift+L
コメントアウト Ctrl+/ Ctrl+KCtrl+C

ややこしや~

参考

eclipseでよく使うショートカット

TODO

・VisualStudioのバージョンによっても異なる模様(ひどい)、今回は2015
・VB、C++の時要確認

3
6
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
6