On Wed, Mar 5, 2014 at 11:19 PM, Christopher Laux ctlaux@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?