This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: backtrace on error.



> I tried putting:
> 
>    (debug-enable 'backtrace)
> 
> into my guile script, but I'm still not seeing backtraces when an
> error occurs.  I see the backtrace if I (load "script") & run the
> appriate fcns, and I don't see a backtrace if I run the script itself
> from the command line.
> 
> Is this the expected behavior?  If so, how do I get it to always
> display a backtrace?  If not, any ideas of what I'm doing wrong/how to
> fix it?

Without looking into this carefully, I think this is what I wanted to
fix in the following pre-1.3 item:

	* always show line number in error messages