> Eduardo Cavazos <[email protected]> writes:

> > In Ypsilon, when an exception is thrown somewhere deep inside a program,
> > a helpful "backtrace" is displayed. I sometimes debug R6RS code in
> > Ypsilon just for this feature. At the moment however, I have some Ikarus
> > specific code. Is there anyway to get such a backtrace display in
> > Ikarus?

On Sun, 2009-12-20 at 16:12 +0100, Andreas Rottmann wrote:

> Try running Ikarus in debugging mode: "ikarus -d --r6rs-script
> buggy.sps". Now when an exception is thrown, you'll get a debugger
> prompt which can display a backtrace.
> 
> HTH, Rotty

Man, this is so nice. Thanks for the tip!

Ed

Reply via email to