Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion doc/terminal.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*terminal.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02
*terminal.txt* For Vim バージョン 9.1. Last change: 2025 Sep 14


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1402,11 +1402,15 @@ gdb ウィンドウにフォーカスを移しコマンドを入力する。一
:Tbreak {position}
指定位置に一時的なブレークポイントを設定する
*:Clear* カーソル位置のブレークポイントを削除する
*:ToggleBreak* カーソル位置にブレークポイントを設定するか、カーソル位置にある
すべてのブレークポイントを削除する
*:Step* gdb の "step" コマンドを実行する
*:Over* gdb の "next" コマンドを実行する (`:Next` は Vim のコマンド)
*:Until* gdb の "until" コマンドを実行する
*:Finish* gdb の "finish" コマンドを実行する
*:Continue* gdb の "continue" コマンドを実行する
*:RunOrContinue* プログラムが実行中の場合は gdb の "continue" コマンドを実行
し、そうでない場合はプログラムを実行する
*:Stop* プログラムを中断する

'mouse' が設定されている場合、プラグインはこれらのエントリを持つウィンドウツー
Expand Down
6 changes: 5 additions & 1 deletion en/terminal.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*terminal.txt* For Vim version 9.1. Last change: 2025 Sep 02
*terminal.txt* For Vim version 9.1. Last change: 2025 Sep 14


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1427,12 +1427,16 @@ gdb:
:Tbreak {position}
set a temporary breakpoint at the specified position
*:Clear* delete the breakpoint at the cursor position
*:ToggleBreak* set a breakpoint at the cursor position or delete all
breakpoints at the cursor positoin

*:Step* execute the gdb "step" command
*:Over* execute the gdb "next" command (`:Next` is a Vim command)
*:Until* execute the gdb "until" command
*:Finish* execute the gdb "finish" command
*:Continue* execute the gdb "continue" command
*:RunOrContinue* execute the gdb "continue" command if program is running,
otherwise run the program
*:Stop* interrupt the program

If 'mouse' is set the plugin adds a window toolbar with these entries:
Expand Down