(Debuggers): Add paragraph missed in previous change.
This commit is contained in:
parent
b424697fe6
commit
d35fdb5bb1
1 changed files with 4 additions and 0 deletions
|
@ -463,6 +463,10 @@ interface, which only runs GDB (@pxref{GDB Graphical Interface}), GUD
|
|||
can also run DBX, SDB, XDB, Perl's debugging mode, the Python debugger
|
||||
PDB, or the Java Debugger JDB.
|
||||
|
||||
In addition, Emacs contains a built-in system for debugging Emacs
|
||||
Lisp programs. @xref{Debugging,, The Lisp Debugger, elisp, the Emacs
|
||||
Lisp Reference Manual}, for information on the Emacs Lisp debugger.
|
||||
|
||||
@menu
|
||||
* Starting GUD:: How to start a debugger subprocess.
|
||||
* Debugger Operation:: Connection between the debugger and source buffers.
|
||||
|
|
Loading…
Add table
Reference in a new issue