On 1/19/08, Helmut Eller heller@common-lisp.net wrote:
- Tobias C. Rittweiler [2008-01-18 19:43+0100] writes:
After having invoked the retry restart, the new computation is aborted by the call to READ. I tried to get at what's causing this, but ran out of time. Perhaps you're luckier. Thanks in advance.
It's probably caused by the: (add-local-hook 'kill-buffer-hook 'sldb-quit) After invoking the restart sldb reaches debug level 0 and kills the buffer. Funny that this wasn't uncovered by the tests.
I can confirm this. It makes interactive restarts in the debugger pretty useless. and removing that hook restores workingness.
Cheers,
-- Nikodemus