comparison runtime/doc/debug.txt @ 2681:85c5a72551e2

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sat, 08 Jan 2011 16:06:37 +0100
parents e8a482a7fa6c
children b37888de599c
comparison
equal deleted inserted replaced
2680:27621abffed2 2681:85c5a72551e2
1 *debug.txt* For Vim version 7.3. Last change: 2010 Sep 14 1 *debug.txt* For Vim version 7.3. Last change: 2010 Dec 22
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
19 19
20 When Vim crashes in one of the test files, and you are using gcc for 20 When Vim crashes in one of the test files, and you are using gcc for
21 compilation, here is what you can do to find out exactly where Vim crashes. 21 compilation, here is what you can do to find out exactly where Vim crashes.
22 This also applies when using the MingW tools. 22 This also applies when using the MingW tools.
23 23
24 1. Compile Vim with the "-g" option (there is a line in the Makefile for this, 24 1. Compile Vim with the "-g" option (there is a line in the src/Makefile for
25 which you can uncomment). Also make sure "strip" is disabled (do not 25 this, which you can uncomment). Also make sure "strip" is disabled (do not
26 install it, or use the line "STRIP = /bin/true"). 26 install it, or use the line "STRIP = /bin/true").
27 27
28 2. Execute these commands (replace "11" with the test that fails): > 28 2. Execute these commands (replace "11" with the test that fails): >
29 cd testdir 29 cd testdir
30 gdb ../vim 30 gdb ../vim