Mercurial > emacs
comparison lispref/debugging.texi @ 12067:73dc8205d259
*** empty log message ***
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 05 Jun 1995 12:23:13 +0000 |
parents | be8a00515620 |
children | a6eb5f12b0f3 |
comparison
equal
deleted
inserted
replaced
12066:b9b0b3f96dc2 | 12067:73dc8205d259 |
---|---|
87 | 87 |
88 The value can also be a list of error conditions that should call the | 88 The value can also be a list of error conditions that should call the |
89 debugger. For example, if you set it to the list | 89 debugger. For example, if you set it to the list |
90 @code{(void-variable)}, then only errors about a variable that has no | 90 @code{(void-variable)}, then only errors about a variable that has no |
91 value invoke the debugger. | 91 value invoke the debugger. |
92 | |
93 When this variable is non-@code{nil}, Emacs does not catch errors that | |
94 happen in process filter functions and sentinels. Therefore, these | |
95 errors also can invoke the debugger. @xref{Processes}. | |
92 @end defopt | 96 @end defopt |
93 | 97 |
94 To debug an error that happens during loading of the @file{.emacs} | 98 To debug an error that happens during loading of the @file{.emacs} |
95 file, use the option @samp{-debug-init}, which binds | 99 file, use the option @samp{-debug-init}, which binds |
96 @code{debug-on-error} to @code{t} while @file{.emacs} is loaded and | 100 @code{debug-on-error} to @code{t} while @file{.emacs} is loaded and |