trivial-custom-debugger
Allows arbitrary functions to become the standard Lisp debugger
$ area51 add trivial-custom-debuggerCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(trivial-custom-debugger:some-function ...)