Dynamically prevent slime debugger

Luís Oliveira luismbo at gmail.com
Wed Mar 5 23:44:04 UTC 2014


On Wed, Mar 5, 2014 at 11:19 PM, Christopher Laux <ctlaux at gmail.com> 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/



More information about the slime-devel mailing list