summaryrefslogtreecommitdiffstats
path: root/runtime/doc/debug.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-17 22:06:52 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-17 22:06:52 +0000
commitacf534595b76b8992b3b4cfbae3158f850a3f2a5 (patch)
tree468bf1917f02d96ead59a495e7ec5df9a2f7e092 /runtime/doc/debug.txt
parent97d29a1ace00a173b7aa30ee1a4ae71a7e91bed3 (diff)
updated for version 7.0172
Diffstat (limited to 'runtime/doc/debug.txt')
-rw-r--r--runtime/doc/debug.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/runtime/doc/debug.txt b/runtime/doc/debug.txt
index a0fef1b646..17bbe52f41 100644
--- a/runtime/doc/debug.txt
+++ b/runtime/doc/debug.txt
@@ -1,4 +1,4 @@
-*debug.txt* For Vim version 7.0aa. Last change: 2005 Sep 01
+*debug.txt* For Vim version 7.0aa. Last change: 2005 Dec 17
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -7,6 +7,7 @@
Debugging Vim *debug-vim*
This is for debugging Vim itself, when it doesn't work properly.
+For debugging Vim scripts, functions, etc. see |debug-scripts|
1. Location of a crash, using gcc and gdb |debug-gcc|
2. Windows Bug Reporting |debug-win32|
@@ -61,9 +62,9 @@ This includes the WinDbg debugger.
If you have Visual Studio, use that instead of the VC Toolkit
and WinDbg.
-
-(No idea what to do if your binary was built with the Borland or Cygwin
-compilers. Sorry.)
+For other compilers, you should always use the corresponding debugger: TD for
+a Vim executable compiled with the Borland compiler; gdb (see above
+|debug-gcc|) for the Cygwin and MinGW compilers.
=========================================================================
vim:tw=78:ts=8:ft=help:norl: