delta-debug
implementation of delta debugging in common lisp
$ area51 add delta-debugCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(delta-debug:some-function ...)implementation of delta debugging in common lisp
$ area51 add delta-debugCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(delta-debug:some-function ...)