Eduardo Cavazos <[email protected]> writes: > Hello, > > 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? > 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 -- Andreas Rottmann -- <http://rotty.yi.org/>
