
5 Feb
2012
5 Feb
'12
6:38 p.m.
Hi, I want to use my own debugger function. Normally I do this by setting a custom function designator to cl:*debugger-hook*. With Slime I can't do this automatically because swank sets it to #'swank:swank-debugger-hook. The Slime manual says that ~/.swank.lisp can be used for setting swank:*global-debugger* to nil. Even if I do this, cl:*debugger-hook* is still set to swank's function. Is there a way to set custom debugger automatically with Slime? Mostly I use SBCL.