Skip to content

Commit

Permalink
Merge pull request #1413 from vim-jp/hh-update-terminal
Browse files Browse the repository at this point in the history
Update terminal.{txt,jax}
  • Loading branch information
h-east authored Jan 22, 2024
2 parents 4e99cd2 + 533d3e0 commit 1fc4480
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/terminal.jax
Original file line number Diff line number Diff line change
Expand Up @@ -1314,13 +1314,15 @@ gdb ウィンドウにフォーカスを移しコマンドを入力します。
ソースコードを表示するウィンドウで、これらのコマンドをgdbの制御に使用できます:
`:Run` [args] [args] または以前の引数でプログラムを実行する
`:Arguments` {args} 次の `:Run` のために引数を設定する
*:Break* カーソル位置にブレークポイントを設定する
*:Break* カーソル位置にブレークポイントを設定する
:Break {position}
指定位置にブレークポイントを設定する。
指定位置にブレークポイントを設定する
*:Tbreak* カーソル位置に一時的なブレークポイントを設定する
:Tbreak {position}
指定位置に一時的なブレークポイントを設定する
*:Clear* カーソル位置のブレークポイントを削除する
*:Step* gdb の "step" コマンドを実行する
*:Over* gdb の "next" コマンドを実行する
(`:Next` だと Vim のコマンドとかぶるので)
*:Over* gdb の "next" コマンドを実行する (`:Next` は Vim のコマンド)
*:Until* gdb の "until" コマンドを実行する
*:Finish* gdb の "finish" コマンドを実行する
*:Continue* gdb の "continue" コマンドを実行する
Expand Down
3 changes: 3 additions & 0 deletions en/terminal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,9 @@ gdb:
*:Break* set a breakpoint at the cursor position
:Break {position}
set a breakpoint at the specified position
*:Tbreak* set a temporary breakpoint at the cursor position
:Tbreak {position}
set a temporary breakpoint at the specified position
*:Clear* delete the breakpoint at the cursor position

*:Step* execute the gdb "step" command
Expand Down

0 comments on commit 1fc4480

Please sign in to comment.