diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-04-27 15:58:09 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-04-27 15:58:09 +0000 |
commit | 68b34f99fa2fd34196826905e413f36a8f12c2a5 (patch) | |
tree | 3eb71c6ba5b46d844f708f5ad040b2c74cb7db18 /man | |
parent | dcaf31d3e411053e0ef157c0289370f5212d8c45 (diff) | |
download | emacs-68b34f99fa2fd34196826905e413f36a8f12c2a5.tar.gz |
(Checklist): Mention Edebug.
Diffstat (limited to 'man')
-rw-r--r-- | man/trouble.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/trouble.texi b/man/trouble.texi index 273a7cedd70..d6cb306383e 100644 --- a/man/trouble.texi +++ b/man/trouble.texi @@ -721,13 +721,14 @@ To get the error message text accurately, copy it from the 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 |