/[emacs]/emacs/lispref/debugging.texi
ViewVC logotype

Diff of /emacs/lispref/debugging.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by rms, Sat Mar 5 13:06:03 2005 UTC revision 1.30 by teirllm, Fri Jun 10 15:42:16 2005 UTC
# Line 118  the error.  The easiest way is usually t Line 118  the error.  The easiest way is usually t
118  @end defopt  @end defopt
119    
120  @defopt eval-expression-debug-on-error  @defopt eval-expression-debug-on-error
121  If you set this variable to a non-@code{nil} value, then  If this variable has a non-@code{nil} value, then
122  @code{debug-on-error} will be set to @code{t} when evaluating with the  @code{debug-on-error} is set to @code{t} when evaluating with the
123  command @code{eval-expression}.  If  command @code{eval-expression}.  If
124  @code{eval-expression-debug-on-error} is @code{nil}, then the value of  @code{eval-expression-debug-on-error} is @code{nil}, then the value of
125  @code{debug-on-error} is not changed.  @xref{Lisp Eval,, Evaluating  @code{debug-on-error} is not changed.  @xref{Lisp Eval,, Evaluating
# Line 267  Debugger entered--entering a function: Line 267  Debugger entered--entering a function:
267  @end example  @end example
268  @end deffn  @end deffn
269    
270  @deffn Command cancel-debug-on-entry function-name  @deffn Command cancel-debug-on-entry &optional function-name
271  This function undoes the effect of @code{debug-on-entry} on  This function undoes the effect of @code{debug-on-entry} on
272  @var{function-name}.  When called interactively, it prompts for  @var{function-name}.  When called interactively, it prompts for
273  @var{function-name} in the minibuffer.  If @var{function-name} is  @var{function-name} in the minibuffer.  If @var{function-name} is
274  @code{nil} or the empty string, it cancels break-on-entry for all  omitted, @code{nil}, or the empty string, it cancels break-on-entry for all
275  functions.  functions.
276    
277  Calling @code{cancel-debug-on-entry} does nothing to a function which is  Calling @code{cancel-debug-on-entry} does nothing to a function which is

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26