This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

Debugger restarts question

2 posts · 1653 views

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