comparison runtime/doc/debug.txt @ 856:8cd729851562 v7.0g

updated for version 7.0g
author vimboss
date Sun, 30 Apr 2006 18:54:39 +0000
parents a209672376fd
children b933657f7c9d
comparison
equal deleted inserted replaced
855:d2a4f08396fe 856:8cd729851562
1 *debug.txt* For Vim version 7.0f. Last change: 2006 Apr 24 1 *debug.txt* For Vim version 7.0g. Last change: 2006 Apr 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
8 8
9 This is for debugging Vim itself, when it doesn't work properly. 9 This is for debugging Vim itself, when it doesn't work properly.
10 For debugging Vim scripts, functions, etc. see |debug-scripts| 10 For debugging Vim scripts, functions, etc. see |debug-scripts|
11 11
12 1. Location of a crash, using gcc and gdb |debug-gcc| 12 1. Location of a crash, using gcc and gdb |debug-gcc|
13 2. Windows Bug Reporting |debug-win32| 13 2. Windows Bug Reporting |debug-win32|
14 14
15 ============================================================================== 15 ==============================================================================
16 16
17 1. Location of a crash, using gcc and gdb *debug-gcc* 17 1. Location of a crash, using gcc and gdb *debug-gcc*
18 18
36 frame 3 36 frame 3
37 < Replace "3" with one of the numbers in the stack trace. 37 < Replace "3" with one of the numbers in the stack trace.
38 38
39 ============================================================================== 39 ==============================================================================
40 40
41 2. Windows Bug Reporting *debug-win32* 41 2. Windows Bug Reporting *debug-win32*
42 42
43 If the Windows version of Vim crashes in a reproducible manner, you can take 43 If the Windows version of Vim crashes in a reproducible manner, you can take
44 some steps to provide a useful bug report. 44 some steps to provide a useful bug report.
45 45
46 46