File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -328,8 +328,8 @@ SSH 接続が1つあればリモートで機能します。
328
328
以下のコマンドでプラグインを読み込みます: >
329
329
packadd termdebug
330
330
< *:Termdebug*
331
- デバッグを開始するには `:TermDebug ` に続けてコマンド名を入力します。例: >
332
- :TermDebug vim
331
+ デバッグを開始するには `:Termdebug ` に続けてコマンド名を入力します。例: >
332
+ :Termdebug vim
333
333
334
334
これにより2つのウィンドウが開きます:
335
335
gdb のウィンドウ
Original file line number Diff line number Diff line change @@ -327,8 +327,8 @@ Starting ~
327
327
Load the plugin with this command: >
328
328
packadd termdebug
329
329
< *:Termdebug*
330
- To start debugging use `:TermDebug ` folowed by the command name, for example: >
331
- :TermDebug vim
330
+ To start debugging use `:Termdebug ` folowed by the command name, for example: >
331
+ :Termdebug vim
332
332
333
333
This opens two windows:
334
334
gdb window A terminal window in which "gdb vim" is executed. Here you
You can’t perform that action at this time.
0 commit comments