# HG changeset patch # User Eli Zaretskii # Date 988387089 0 # Node ID e2849d417d6dc1cc5a3bf60b1d6e92df866ae87b # Parent 394e433d44f9b21ffaccbabb5a0fbc7d6143df8f (Checklist): Mention Edebug. diff -r 394e433d44f9 -r e2849d417d6d man/trouble.texi --- a/man/trouble.texi Fri Apr 27 15:40:29 2001 +0000 +++ b/man/trouble.texi Fri Apr 27 15:58:09 2001 +0000 @@ -721,13 +721,14 @@ part. @findex toggle-debug-on-error +@pindex Edebug To make a backtrace for the error, use @kbd{M-x toggle-debug-on-error} before the error happens (that is to say, you must give that command and then make the bug happen). This causes the error to run the Lisp debugger, which shows you a backtrace. Copy the text of the debugger's backtrace into the bug report. @xref{Debugger,, The Lisp Debugger, elisp, the Emacs Lisp Reference Manual}, for information on -debugging Emacs Lisp programs. +debugging Emacs Lisp programs with the Edebug package. This use of the debugger is possible only if you know how to make the bug happen again. If you can't make it happen again, at least copy