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

Diff of /emacs/lispref/edebug.texi

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

revision 1.23 by uid65566, Mon Feb 16 22:16:53 2004 UTC revision 1.24 by rms, Thu Feb 3 06:58:38 2005 UTC
# Line 801  vectors. Line 801  vectors.
801    
802  @defopt edebug-print-circle  @defopt edebug-print-circle
803  If non-@code{nil}, Edebug binds @code{print-circle} to this value while  If non-@code{nil}, Edebug binds @code{print-circle} to this value while
804  printing results.  The default value is @code{nil}.  printing results.  The default value is @code{t}.
805  @end defopt  @end defopt
806    
807    Other programs can also use custom printing; see @file{cust-print.el}    Other programs can also use custom printing; see @file{cust-print.el}
# Line 909  the breakpoint is reached, the frequency Line 909  the breakpoint is reached, the frequency
909  @example  @example
910  (defun fac (n)  (defun fac (n)
911    (if (= n 0) (edebug))    (if (= n 0) (edebug))
912  ;#6           1      0 =5  ;#6           1      = =5
913    (if (< 0 n)    (if (< 0 n)
914  ;#5         =  ;#5         =
915        (* n (fac (1- n)))        (* n (fac (1- n)))

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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