diff options
| -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 | |||
| 721 | part. | 721 | part. |
| 722 | 722 | ||
| 723 | @findex toggle-debug-on-error | 723 | @findex toggle-debug-on-error |
| 724 | @pindex Edebug | ||
| 724 | To make a backtrace for the error, use @kbd{M-x toggle-debug-on-error} | 725 | To make a backtrace for the error, use @kbd{M-x toggle-debug-on-error} |
| 725 | before the error happens (that is to say, you must give that command | 726 | before the error happens (that is to say, you must give that command |
| 726 | and then make the bug happen). This causes the error to run the Lisp | 727 | and then make the bug happen). This causes the error to run the Lisp |
| 727 | debugger, which shows you a backtrace. Copy the text of the | 728 | debugger, which shows you a backtrace. Copy the text of the |
| 728 | debugger's backtrace into the bug report. @xref{Debugger,, The Lisp | 729 | debugger's backtrace into the bug report. @xref{Debugger,, The Lisp |
| 729 | Debugger, elisp, the Emacs Lisp Reference Manual}, for information on | 730 | Debugger, elisp, the Emacs Lisp Reference Manual}, for information on |
| 730 | debugging Emacs Lisp programs. | 731 | debugging Emacs Lisp programs with the Edebug package. |
| 731 | 732 | ||
| 732 | This use of the debugger is possible only if you know how to make the | 733 | This use of the debugger is possible only if you know how to make the |
| 733 | bug happen again. If you can't make it happen again, at least copy | 734 | bug happen again. If you can't make it happen again, at least copy |