On Friday 14 October 2005 13:25, Luke Gorrie wrote:
When SWANK:*GLOBAL-DEBUGGER* is T (the default) then SWANK::INSTALL-DEBUGGER setq's *DEBUGGER-HOOK* globally so that Emacs will be the default debugger for most errors.
It would be good to make INSTALL-DEBUGGER call a backend function so that the SBCL backend can set *INVOKE-DEBUGGER-HOOK* too and thus handle calls to BREAK.
Alright. Patch attached.
Cheers, Gábor