Page 1 of 1

Debugger restarts question

Posted: Sun Jan 18, 2009 12:13 pm
by methusala
Hello Lispers,
When my SBCL program has an error and the slime debugger comes up, I would like the last successfully executed form to be in the list of restarts. How can I get that to always be listed? Would I need to add condition handler code for every form? Right now my only listed restarts are abort-request and terminate-thread. Are there any good tutorials for debugging with slime besides pcl and ansi cl?

Thanks

Re: Debugger restarts question

Posted: Sun Jan 18, 2009 1:10 pm
by nuntius