From: Nick Roberts Date: Tue, 20 Jan 2009 05:27:31 +0000 (+0000) Subject: (Debuggers): Add paragraph missed in previous change. X-Git-Tag: emacs-pretest-23.0.90~354 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d35fdb5bb10bdcacb108f8fcd72563e85a24f878;p=emacs.git (Debuggers): Add paragraph missed in previous change. --- 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 can also run DBX, SDB, XDB, Perl's debugging mode, the Python debugger PDB, or the Java Debugger JDB. + In addition, Emacs contains a built-in system for debugging Emacs +Lisp programs. @xref{Debugging,, The Lisp Debugger, elisp, the Emacs +Lisp Reference Manual}, for information on the Emacs Lisp debugger. + @menu * Starting GUD:: How to start a debugger subprocess. * Debugger Operation:: Connection between the debugger and source buffers.