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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1402,11 +1402,15 @@ gdb ウィンドウにフォーカスを移しコマンドを入力する。一
1402
1402
:Tbreak {position}
1403
1403
指定位置に一時的なブレークポイントを設定する
1404
1404
*:Clear* カーソル位置のブレークポイントを削除する
1405
+ *:ToggleBreak* カーソル位置にブレークポイントを設定するか、カーソル位置にある
1406
+ すべてのブレークポイントを削除する
1405
1407
*:Step* gdb の "step" コマンドを実行する
1406
1408
*:Over* gdb の "next" コマンドを実行する (`:Next ` は Vim のコマンド)
1407
1409
*:Until* gdb の "until" コマンドを実行する
1408
1410
*:Finish* gdb の "finish" コマンドを実行する
1409
1411
*:Continue* gdb の "continue" コマンドを実行する
1412
+ *:RunOrContinue* プログラムが実行中の場合は gdb の "continue" コマンドを実行
1413
+ し、そうでない場合はプログラムを実行する
1410
1414
*:Stop* プログラムを中断する
1411
1415
1412
1416
'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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1427,12 +1427,16 @@ gdb:
1427
1427
:Tbreak {position}
1428
1428
set a temporary breakpoint at the specified position
1429
1429
*: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
1430
1432
1431
1433
*:Step* execute the gdb "step" command
1432
1434
*:Over* execute the gdb "next" command (`:Next ` is a Vim command)
1433
1435
*:Until* execute the gdb "until" command
1434
1436
*:Finish* execute the gdb "finish" command
1435
1437
*:Continue* execute the gdb "continue" command
1438
+ *:RunOrContinue* execute the gdb "continue" command if program is running,
1439
+ otherwise run the program
1436
1440
*:Stop* interrupt the program
1437
1441
1438
1442
If 'mouse' is set the plugin adds a window toolbar with these entries:
You can’t perform that action at this time.
0 commit comments