diff options
| -rw-r--r-- | etc/DEBUG | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -17,8 +17,8 @@ should read the Windows-specific section near the end of this | |||
| 17 | document.] | 17 | document.] |
| 18 | 18 | ||
| 19 | ** When you debug Emacs with GDB, you should start it in the directory | 19 | ** When you debug Emacs with GDB, you should start it in the directory |
| 20 | where you built Emacs. That directory has a .gdbinit file that defines | 20 | where the executable was made. That directory has a .gdbinit file |
| 21 | various "user-defined" commands for debugging Emacs. | 21 | that defines various "user-defined" commands for debugging Emacs. |
| 22 | 22 | ||
| 23 | ** It is a good idea to run Emacs under GDB (or some other suitable | 23 | ** It is a good idea to run Emacs under GDB (or some other suitable |
| 24 | debugger) *all the time*. Then, when Emacs crashes, you will be able | 24 | debugger) *all the time*. Then, when Emacs crashes, you will be able |