Re: Dynamically prevent slime debugger
Luís Oliveira <[email protected]>
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <CAB-HnLQzd6aMtDUm7aE986JfL2cPKvhffjgMP4aOvNK2hbgMyg@mail.gmail.com> |
On Wed, Mar 5, 2014 at 11:19 PM, Christopher Laux <[email protected]> wrote: > is there a good way to prevent slime (or rather swank) from dropping into > the slime debugger depending on the value of a variable? Specifically I want > to limit the number of open debugger windows to 1 and simply log all further > simultaneous errors. Any help appreciated, You could setup a handler-bind in your code that decides whether to let a error go through or catch it and log it. Have you tried that? -- Luís Oliveira http://kerno.org/~luis/