aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.