diff options
| author | Richard M. Stallman | 2005-03-05 13:06:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-05 13:06:14 +0000 |
| commit | d21783879a16cdf208f28a67fe6d275a317c3a68 (patch) | |
| tree | 86ab50979e6e6f39161bb91b049f8b55663d9c51 /lispref/debugging.texi | |
| parent | 70dce461eb36df01014ba2e2bf8ee3361fd70809 (diff) | |
| download | emacs-d21783879a16cdf208f28a67fe6d275a317c3a68.tar.gz emacs-d21783879a16cdf208f28a67fe6d275a317c3a68.zip | |
(Error Debugging): Remove stack-trace-on-error.
Diffstat (limited to 'lispref/debugging.texi')
| -rw-r--r-- | lispref/debugging.texi | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lispref/debugging.texi b/lispref/debugging.texi index 5886138eb55..07dfe18f283 100644 --- a/lispref/debugging.texi +++ b/lispref/debugging.texi | |||
| @@ -166,20 +166,6 @@ this: | |||
| 166 | (lambda () (setq debug-on-error t))) | 166 | (lambda () (setq debug-on-error t))) |
| 167 | @end example | 167 | @end example |
| 168 | 168 | ||
| 169 | When the debugger is entered, it shows a backtrace (@pxref{Using | ||
| 170 | Debugger}). If you like to see the backtrace when an error happens, | ||
| 171 | but you do not want to enter the debugger, you can set the variable | ||
| 172 | @code{stack-trace-on-error} to non-@code{nil}. | ||
| 173 | |||
| 174 | @defopt stack-trace-on-error | ||
| 175 | This variable determines whether a backtrace buffer is shown when an | ||
| 176 | error is signalled and not handled. If @code{stack-trace-on-error} is | ||
| 177 | @code{t}, all kinds of errors display a backtrace; if it is | ||
| 178 | @code{nil}, none do. If the value is a list, an error only means to | ||
| 179 | display a backtrace if one of its condition symbols appears in the | ||
| 180 | list. | ||
| 181 | @end defopt | ||
| 182 | |||
| 183 | @node Infinite Loops | 169 | @node Infinite Loops |
| 184 | @subsection Debugging Infinite Loops | 170 | @subsection Debugging Infinite Loops |
| 185 | @cindex infinite loops | 171 | @cindex infinite loops |