Debugger restarts question

Discussion of Common Lisp
Post Reply
methusala
Posts: 35
Joined: Fri Oct 03, 2008 6:35 pm

Debugger restarts question

Post by methusala » Sun Jan 18, 2009 12:13 pm

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


Post Reply