0.8.5.34
authorDaniel Barlow <dan@telent.net>
Thu, 13 Nov 2003 15:37:52 +0000 (15:37 +0000)
committerDaniel Barlow <dan@telent.net>
Thu, 13 Nov 2003 15:37:52 +0000 (15:37 +0000)
commit758efae974a22a2b75fd5db6818a3c6165e4f699
treeada8441e4e14b1ea3fbe7de28f75814f4ed73e84
parent759b5cefaa7a16a13d58cd8fd67bbea77819ab8f
0.8.5.34
Add *INVOKE-DEBUGGER-HOOK*, which works basically like the
ANSI *DEBUGGER-HOOK* but isn't bound to NIL in calls to
BREAK, so can be used to trap _all_ debugger entry, not just
some of it.  Useful for anyone who wants to completely remove
the debugger, or supplant it with something else.

Based on a patch from David Lichteblau, but this one only has
a single function instead of a list in the hook.
src/code/debug.lisp
version.lisp-expr