summaryrefslogtreecommitdiff
path: root/runtime/doc/terminal.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/terminal.txt')
-rw-r--r--runtime/doc/terminal.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt
index 586bc0837..db126deb6 100644
--- a/runtime/doc/terminal.txt
+++ b/runtime/doc/terminal.txt
@@ -1,4 +1,4 @@
-*terminal.txt* For Vim version 8.1. Last change: 2019 Oct 20
+*terminal.txt* For Vim version 8.1. Last change: 2019 Nov 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1173,8 +1173,12 @@ Example session ~
*termdebug-example*
Start in the Vim "src" directory and build Vim: >
% make
+Make sure that debug symbols are present, usually that means that $CFLAGS
+includes "-g".
+
Start Vim: >
% ./vim
+
Load the termdebug plugin and start debugging Vim: >
:packadd termdebug
:Termdebug vim