Mercurial > hg > xemacs-beta
diff man/lispref/debugging.texi @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children |
line wrap: on
line diff
--- a/man/lispref/debugging.texi Mon Aug 13 11:19:22 2007 +0200 +++ b/man/lispref/debugging.texi Mon Aug 13 11:20:41 2007 +0200 @@ -95,12 +95,6 @@ errors also can invoke the debugger. @xref{Processes}. @end defopt -@defopt debug-on-signal -This variable is similar to @code{debug-on-error} but breaks -whenever an error is signalled, regardless of whether it would be -handled. -@end defopt - @defopt debug-ignored-errors This variable specifies certain kinds of errors that should not enter the debugger. Its value is a list of error condition symbols and/or @@ -130,6 +124,12 @@ '(lambda () (setq debug-on-error t))) @end example +@defopt debug-on-signal +This variable is similar to @code{debug-on-error} but breaks +whenever an error is signalled, regardless of whether it would be +handled. +@end defopt + @node Infinite Loops @subsection Debugging Infinite Loops @cindex infinite loops