report debugging output?

Bill Gribble grib@gnumatic.com
Wed, 24 Jan 2001 10:34:44 -0600


On Wed, Jan 24, 2001 at 02:11:01AM -0800, Christian Stimming wrote:
> How can I debug reports? If scheme crashes, it used to print tons of 
> useful information to stderr. But now (as opposed to the behavior in 
> December) no scheme errors are printed. Did I miss a new option?

This is a bug.  I'm planning to fix it today.  In the meantime, you
can just comment out the "(false-if-exception" and the corresponding
close parenthesis in the gnc:report-run function in report.scm.

b.g.