[slime-devel] Re: [BUG] Weird interplay between SLDB, condition system, and READ

Nikodemus Siivola nikodemus at random-state.net
Sun Jan 20 20:58:29 UTC 2008


On 1/19/08, Helmut Eller <heller at 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



More information about the slime-devel mailing list