Is there a way to hook into break? CLHS specifies BREAK not to heed *debugger-hook*. Some implementations provide a *BREAK-HOOK* (ccl), some others an *INVOKE-DEBUGGER-HOOK* (sbcl, abcl.) -T.