[fluxus] debugging scheme

Dave Griffiths dave at pawfal.org
Thu Apr 20 02:38:35 PDT 2006


Hi all,

A major thing I'd like to sort out is the lack of decent debugging output
when you're writing scheme in fluxus (line no/stack trace). I think the
reason for this is that the debugger defaults to off - it makes the
interpreter slow, try:

(debug-options 'full)

to print the current settings - compare with the guile commandline. you
can turn it on by calling:

(debug-enable 'debug)

and

(debug-enable 'backtrace)

but this doesn't seem to have any effect inside fluxus, does anyone have
any ideas?

http://www.gnu.org/software/guile/docs/docs-1.8/guile-ref/Debugger-options.html#Debugger-options

cheers,

dave




More information about the Fluxus mailing list