diff options
| author | Richard M. Stallman | 2001-04-14 14:46:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-04-14 14:46:57 +0000 |
| commit | d952abded113290aaff37d2cb092a7935d627382 (patch) | |
| tree | 94d540606807ec06e2f19bd4cf0b0b9cdd62a3f5 | |
| parent | e372bc674c472f968696594925233144bce526e9 (diff) | |
| download | emacs-d952abded113290aaff37d2cb092a7935d627382.tar.gz emacs-d952abded113290aaff37d2cb092a7935d627382.zip | |
Add Lisp Debugger xref.
| -rw-r--r-- | man/building.texi | 2 |
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 | |||
| 254 | GDB, which is free software, but you can also run DBX, SDB or XDB if you | 254 | GDB, which is free software, but you can also run DBX, SDB or XDB if you |
| 255 | have them. GUD can also serve as an interface to the Perl's debugging | 255 | have them. GUD can also serve as an interface to the Perl's debugging |
| 256 | mode, the Python debugger PDB, and to JDB, the Java Debugger. | 256 | mode, the Python debugger PDB, and to JDB, the Java Debugger. |
| 257 | @xref{Debugger,, The Lisp Debugger, elisp, the Emacs Lisp Reference Manual}, | ||
| 258 | for 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. |