* Mark H. David [2012-02-06 19:02] writes:
I got lost where Helmut said "works for me". Is this a bug that can be fixed?
*global-debugger* works as it is supposed to: *debugger-hook* is not set in new threads. Avoiding any bindings for *debugger-hook* in SLIME's own threads is more tricky. Providing a different implementation for call-with-debugger-hook would probably work, tho.
Helmut