We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a762d89 + 3cd1b7e commit c335101Copy full SHA for c335101
doc/terminal.jax
@@ -757,7 +757,7 @@ gdb ウィンドウにフォーカスを移しコマンドを入力します。
757
`:Run` [args] [args] または以前の引数でプログラムを実行する
758
`:Arguments` {args} 次の `:Run` のために引数を設定する
759
*:Break* 現在の行にブレークポイントを設定する。サインが表示される
760
- *:Delete* 現在の行のブレークポイントを削除する
+ *:Clear* 現在の行のブレークポイントを削除する
761
*:Step* gdb の "step" コマンドを実行する
762
*:Over* gdb の "next" コマンドを実行する
763
(`:Next` だと Vim のコマンドとかぶるので)
0 commit comments