Svein Ove Aas sveina@gmail.com writes:
My problem is that I can't decide where to put it. The call stack for code run in the REPL seems to only include functions defined in swank.lisp, which is presumably the wrong place to put implementation-dependent code. What should I do?
call-with-debugger-hook in swank-sbcl.lisp is probably the best place.
Helmut.