File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1- *terminal.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02
1+ *terminal.txt* For Vim バージョン 9.1. Last change: 2025 Sep 14
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -1402,11 +1402,15 @@ gdb ウィンドウにフォーカスを移しコマンドを入力する。一
14021402 :Tbreak {position}
14031403 指定位置に一時的なブレークポイントを設定する
14041404 *:Clear* カーソル位置のブレークポイントを削除する
1405+ *:ToggleBreak* カーソル位置にブレークポイントを設定するか、カーソル位置にある
1406+ すべてのブレークポイントを削除する
14051407 *:Step* gdb の "step" コマンドを実行する
14061408 *:Over* gdb の "next" コマンドを実行する (`:Next ` は Vim のコマンド)
14071409 *:Until* gdb の "until" コマンドを実行する
14081410 *:Finish* gdb の "finish" コマンドを実行する
14091411 *:Continue* gdb の "continue" コマンドを実行する
1412+ *:RunOrContinue* プログラムが実行中の場合は gdb の "continue" コマンドを実行
1413+ し、そうでない場合はプログラムを実行する
14101414 *:Stop* プログラムを中断する
14111415
14121416'mouse' が設定されている場合、プラグインはこれらのエントリを持つウィンドウツー
Original file line number Diff line number Diff line change 1- *terminal.txt* For Vim version 9.1. Last change: 2025 Sep 02
1+ *terminal.txt* For Vim version 9.1. Last change: 2025 Sep 14
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1427,12 +1427,16 @@ gdb:
14271427 :Tbreak {position}
14281428 set a temporary breakpoint at the specified position
14291429 *:Clear* delete the breakpoint at the cursor position
1430+ *:ToggleBreak* set a breakpoint at the cursor position or delete all
1431+ breakpoints at the cursor positoin
14301432
14311433 *:Step* execute the gdb "step" command
14321434 *:Over* execute the gdb "next" command (`:Next ` is a Vim command)
14331435 *:Until* execute the gdb "until" command
14341436 *:Finish* execute the gdb "finish" command
14351437 *:Continue* execute the gdb "continue" command
1438+ *:RunOrContinue* execute the gdb "continue" command if program is running,
1439+ otherwise run the program
14361440 *:Stop* interrupt the program
14371441
14381442If 'mouse' is set the plugin adds a window toolbar with these entries:
You can’t perform that action at this time.
0 commit comments