GNU Info

Info Node: (guile.info)Debugger options

(guile.info)Debugger options


Next: Evaluator options Prev: Printing options Up: Options and Config
Enter node , (file) or (file)node

Debugger options
================

Here is the list of print options generated by typing `(debug-options
'full)' in Guile.  You can also see the default values.
     stack           20000   Stack size limit (0 = no check).
     debug           yes     Use the debugging evaluator.
     backtrace       no      Show backtrace on error.
     depth           20      Maximal length of printed backtrace.
     maxdepth        1000    Maximal number of stored backtrace frames.
     frames          3       Maximum number of tail-recursive frames in backtrace.
     indent          10      Maximal indentation in backtrace.
     backwards       no      Display backtrace in anti-chronological order.
     procnames       yes     Record procedure names at definition.
     trace           no      *Trace mode.
     breakpoints     no      *Check for breakpoints.
     cheap           yes     *Flyweight representation of the stack at traps.


automatically generated by info2www version 1.2.2.9