1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00

Add Lisp Debugger xref.

This commit is contained in:
Richard M. Stallman 2001-04-14 14:46:57 +00:00
parent e372bc674c
commit d952abded1

View file

@ -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.