diff options
| author | Michael Reed <m.reed@mykolab.com> | 2015-05-18 11:07:24 -0400 |
|---|---|---|
| committer | Michael Reed <m.reed@mykolab.com> | 2015-05-18 11:07:24 -0400 |
| commit | 182b550ef2ba2b954e1f034ca04407f2e0c1c5f6 (patch) | |
| tree | 5fabe22f8185b16c00285827fb57eb1dbec6c566 /runtime/doc/debugger.txt | |
| parent | f415932b2da69261631044d6f910a14e24175b6c (diff) | |
| parent | a16eab9e57368188c834634cd824ce1ac5613db1 (diff) | |
| download | rneovim-182b550ef2ba2b954e1f034ca04407f2e0c1c5f6.tar.gz rneovim-182b550ef2ba2b954e1f034ca04407f2e0c1c5f6.tar.bz2 rneovim-182b550ef2ba2b954e1f034ca04407f2e0c1c5f6.zip | |
Merge pull request #2532 from Pyrohh/doc-cleanup-3
[RDY] Doc cleanup (3) + terminal remnants
Reviewed-by: Justin M. Keyes <justinkz@gmail.com>
Diffstat (limited to 'runtime/doc/debugger.txt')
| -rw-r--r-- | runtime/doc/debugger.txt | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/runtime/doc/debugger.txt b/runtime/doc/debugger.txt index 7806419d4e..f1eb5639bd 100644 --- a/runtime/doc/debugger.txt +++ b/runtime/doc/debugger.txt @@ -7,8 +7,6 @@ Debugger Support Features *debugger-support* 1. Debugger Features |debugger-features| -2. Vim Compile Options |debugger-compilation| -3. Integrated Debuggers |debugger-integration| ============================================================================== 1. Debugger Features *debugger-features* @@ -106,29 +104,4 @@ Another way to use the balloon is with the 'balloonexpr' option. This is completely user definable. ============================================================================== -2. Vim Compile Options *debugger-compilation* - -The debugger features were added explicitly for use with Sun's Visual -WorkShop Integrated Programming Environment (ipe). However, they were done -in as generic a manner as possible so that integration with other debuggers -could also use some or all of the tools used with Sun's ipe. - -The following compile time preprocessor variables control the features: - - Alternate Command Input ALT_X_INPUT - Debug Glyphs FEAT_SIGNS - Debug Highlights FEAT_SIGNS - Message Footer FEAT_FOOTER - Balloon Evaluation FEAT_BEVAL - -The first integration with a full IPE/IDE was with Sun Visual WorkShop. To -compile a gvim which interfaces with VWS set the following flag, which sets -all the above flags: - - Sun Visual WorkShop FEAT_SUN_WORKSHOP - -============================================================================== -3. Integrated Debuggers *debugger-integration* - - vim:tw=78:sw=4:ts=8:ft=help:norl: |