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.
1 parent a762d89 commit 3cd1b7eCopy full SHA for 3cd1b7e
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