"Marco Baringer" mb@bese.it writes:
frederic.gobry@epfl.ch (Frédéric Gobry) writes:
try using #'swank:swank-debugger-hook instead.
Is it ok to pass nil as the "hook" argument? So far, the hook seems not to be used, but this does not tell me what I should put there to be safe :)
the hook argument to swank-debugger-hook is ignored, so pass whatever you want.
why don't we just remove the argument if it's ignored? are we sure it sholud be ignored?
We can't remove it because CL:*DEBUGGER-HOOK* needs to be bound to a function that takes two arguments.