aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-04-14 14:46:57 +0000
committerRichard M. Stallman2001-04-14 14:46:57 +0000
commitd952abded113290aaff37d2cb092a7935d627382 (patch)
tree94d540606807ec06e2f19bd4cf0b0b9cdd62a3f5
parente372bc674c472f968696594925233144bce526e9 (diff)
downloademacs-d952abded113290aaff37d2cb092a7935d627382.tar.gz
emacs-d952abded113290aaff37d2cb092a7935d627382.zip
Add Lisp Debugger xref.
-rw-r--r--man/building.texi2
1 files changed, 2 insertions, 0 deletions
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
254GDB, which is free software, but you can also run DBX, SDB or XDB if you 254GDB, which is free software, but you can also run DBX, SDB or XDB if you
255have them. GUD can also serve as an interface to the Perl's debugging 255have them. GUD can also serve as an interface to the Perl's debugging
256mode, the Python debugger PDB, and to JDB, the Java Debugger. 256mode, the Python debugger PDB, and to JDB, the Java Debugger.
257@xref{Debugger,, The Lisp Debugger, elisp, the Emacs Lisp Reference Manual},
258for information on debugging Emacs Lisp programs.
257 259
258@menu 260@menu
259* Starting GUD:: How to start a debugger subprocess. 261* Starting GUD:: How to start a debugger subprocess.