Re: Top-Level Debug/Backtrace Bug

2001-10-05 Thread Martin Grabmueller
> From: "Crowder, Brian" <[EMAIL PROTECTED]> > Date: Wed, 3 Oct 2001 16:48:56 -0700 > > It seems like erroneous code at the top-level of an .scm file fails to yield > filenames and line-numbers for backtrace/error display. For example: > > echo error here > test.scm > guile --debug -l test.scm

Top-Level Debug/Backtrace Bug

2001-10-03 Thread Crowder, Brian
It seems like erroneous code at the top-level of an .scm file fails to yield filenames and line-numbers for backtrace/error display. For example: echo error here > test.scm guile --debug -l test.scm Yields something like Backtrace: In unknown file: ?: 0* [primitive-load "test.scm"] ?: