phoe / trivial-custom-debugger

Allows arbitrary functions to become the standard Lisp debugger
BSD 2-Clause "Simplified" License
12 stars 2 forks source link

Failure on CCL #2

Open phoe opened 3 years ago

phoe commented 3 years ago

The *break-hook* is NOT executed outside cbreak-loop which means that the custom debugger fails on CCL. We cannot fix this without either extending CCL to use *break-hook* for other error handling or by binding *debugger-hook* (which we do not want to do).