diff options
| -rw-r--r-- | doc/emacs/building.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index d6054dc61f9..5b0e884c0ae 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi | |||
| @@ -463,6 +463,10 @@ interface, which only runs GDB (@pxref{GDB Graphical Interface}), GUD | |||
| 463 | can also run DBX, SDB, XDB, Perl's debugging mode, the Python debugger | 463 | can also run DBX, SDB, XDB, Perl's debugging mode, the Python debugger |
| 464 | PDB, or the Java Debugger JDB. | 464 | PDB, or the Java Debugger JDB. |
| 465 | 465 | ||
| 466 | In addition, Emacs contains a built-in system for debugging Emacs | ||
| 467 | Lisp programs. @xref{Debugging,, The Lisp Debugger, elisp, the Emacs | ||
| 468 | Lisp Reference Manual}, for information on the Emacs Lisp debugger. | ||
| 469 | |||
| 466 | @menu | 470 | @menu |
| 467 | * Starting GUD:: How to start a debugger subprocess. | 471 | * Starting GUD:: How to start a debugger subprocess. |
| 468 | * Debugger Operation:: Connection between the debugger and source buffers. | 472 | * Debugger Operation:: Connection between the debugger and source buffers. |