"Thomas F. Burdick" tfb@OCF.Berkeley.EDU writes:
The problem is that if I call break from a signal handler, the normal SBCL toplevel enters the debugger. With the following patch, I can set *debugger-hook* to swank:swank-debugger-hook at the toplevel:
Glad that's working - I'll commit it or something very similar soon.
I just added the DEFAULT-CONNECTION function to support this "call debugger at any time" feature again, but somehow I've broken the test suite while rearranging some restarts, so it's not 100% yet.
-Luke