aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2009-01-20 05:27:31 +0000
committerNick Roberts2009-01-20 05:27:31 +0000
commitd35fdb5bb10bdcacb108f8fcd72563e85a24f878 (patch)
treee8212f56cbe59bc327474ed86803e9ef0bb74528
parentb424697fe67ddd0bdcd5b5180ba5558e33bf340b (diff)
downloademacs-d35fdb5bb10bdcacb108f8fcd72563e85a24f878.tar.gz
emacs-d35fdb5bb10bdcacb108f8fcd72563e85a24f878.zip
(Debuggers): Add paragraph missed in previous change.
-rw-r--r--doc/emacs/building.texi4
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
463can also run DBX, SDB, XDB, Perl's debugging mode, the Python debugger 463can also run DBX, SDB, XDB, Perl's debugging mode, the Python debugger
464PDB, or the Java Debugger JDB. 464PDB, or the Java Debugger JDB.
465 465
466 In addition, Emacs contains a built-in system for debugging Emacs
467Lisp programs. @xref{Debugging,, The Lisp Debugger, elisp, the Emacs
468Lisp 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.