[armedbear-devel] [PATCH] Add SYS::*INVOKE-DEBUGGER-HOOK*
The first patch adds SYS::*INVOKE-DEBUGGER-HOOK* which is like *DEBUGGER-HOOK* but is observed by INVOKE-DEBUGGER even when BREAK is called. This obliterates the need to redefine SYS::BREAK in swank-abcl.lisp. A patch for swank-abcl is also attached. -T.
On 9/17/09 6:24 PM, Tobias C. Rittweiler wrote:
The first patch adds SYS::*INVOKE-DEBUGGER-HOOK* which is like *DEBUGGER-HOOK* but is observed by INVOKE-DEBUGGER even when BREAK is called.
This obliterates the need to redefine SYS::BREAK in swank-abcl.lisp.
A patch for swank-abcl is also attached.
ABCL patched in [svn 12157][1], with corresponding code committed to SLIME HEAD. Thanks again for the contribution! [1]: http://trac.common-lisp.net/armedbear/changeset/12157 -- "A screaming comes across the sky. It has happened before, but there is nothing to compare to it now."
participants (2)
-
Mark Evenson
-
Tobias C. Rittweiler