diff options
| author | Nick Roberts | 2009-01-20 05:27:31 +0000 |
|---|---|---|
| committer | Nick Roberts | 2009-01-20 05:27:31 +0000 |
| commit | d35fdb5bb10bdcacb108f8fcd72563e85a24f878 (patch) | |
| tree | e8212f56cbe59bc327474ed86803e9ef0bb74528 | |
| parent | b424697fe67ddd0bdcd5b5180ba5558e33bf340b (diff) | |
| download | emacs-d35fdb5bb10bdcacb108f8fcd72563e85a24f878.tar.gz emacs-d35fdb5bb10bdcacb108f8fcd72563e85a24f878.zip | |
(Debuggers): Add paragraph missed in previous change.
| -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. |