summaryrefslogtreecommitdiffstats
path: root/runtime/doc/debugger.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-13 23:04:31 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-13 23:04:31 +0200
commit396e829fa355ebc92a618ef18266a3fed71b7042 (patch)
tree68231deb6b5951890d363d2376364936a5ce5a88 /runtime/doc/debugger.txt
parentfa55cfc69d2b14761e2a8bd85bc1e0d82df770aa (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/debugger.txt')
-rw-r--r--runtime/doc/debugger.txt16
1 files changed, 9 insertions, 7 deletions
diff --git a/runtime/doc/debugger.txt b/runtime/doc/debugger.txt
index 772aac0c34..47369d6c1e 100644
--- a/runtime/doc/debugger.txt
+++ b/runtime/doc/debugger.txt
@@ -1,4 +1,4 @@
-*debugger.txt* For Vim version 8.1. Last change: 2019 May 12
+*debugger.txt* For Vim version 8.1. Last change: 2019 Jul 06
VIM REFERENCE MANUAL by Gordon Prieur
@@ -6,6 +6,10 @@
Debugger Support Features *debugger-support*
+These features are for integration with a debugger or an Integrated
+Programming Environment (IPE) or Integrated Development Environment (IDE).
+For the debugger running in a Vim terminal window see |terminal-debugger|.
+
1. Debugger Features |debugger-features|
2. Vim Compile Options |debugger-compilation|
3. Integrated Debuggers |debugger-integration|
@@ -14,9 +18,7 @@ Debugger Support Features *debugger-support*
==============================================================================
1. Debugger Features *debugger-features*
-The following features are available for an integration with a debugger or
-an Integrated Programming Environment (IPE) or Integrated Development
-Environment (IDE):
+The following features are available:
Alternate Command Input |alt-input|
Debug Signs |debug-signs|
@@ -90,6 +92,9 @@ However, the feature was implemented in as general a manner as possible and
could be used for displaying other information as well. The functionality is
limited though, for advanced popups see |popup-window|.
+Another way to use the balloon is with the 'balloonexpr' option. This is
+completely user definable.
+
The Balloon Evaluation has some settable parameters too. For Motif the font
list and colors can be set via X resources (XmNballoonEvalFontList,
XmNballoonEvalBackground, and XmNballoonEvalForeground).
@@ -106,9 +111,6 @@ The Balloon evaluation functions are also used to show a tooltip for the
toolbar. The 'ballooneval' option does not need to be set for this. But the
other settings apply.
-Another way to use the balloon is with the 'balloonexpr' option. This is
-completely user definable.
-
==============================================================================
2. Vim Compile Options *debugger-compilation*