From: Richard M. Stallman Date: Sat, 14 Apr 2001 14:46:57 +0000 (+0000) Subject: Add Lisp Debugger xref. X-Git-Tag: emacs-pretest-21.0.103~212 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d952abded113290aaff37d2cb092a7935d627382;p=emacs.git Add Lisp Debugger xref. --- diff --git a/man/building.texi b/man/building.texi index 239a5b5a43c..462a74ecfee 100644 --- a/man/building.texi +++ b/man/building.texi @@ -254,6 +254,8 @@ various symbolic debuggers from within Emacs. We recommend the debugger GDB, which is free software, but you can also run DBX, SDB or XDB if you have them. GUD can also serve as an interface to the Perl's debugging mode, the Python debugger PDB, and to JDB, the Java Debugger. +@xref{Debugger,, The Lisp Debugger, elisp, the Emacs Lisp Reference Manual}, +for information on debugging Emacs Lisp programs. @menu * Starting GUD:: How to start a debugger subprocess.