delta-debug
implementation of delta debugging in common lisp
$ area51 add delta-debugコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(delta-debug:some-function ...)implementation of delta debugging in common lisp
$ area51 add delta-debugコピー;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(delta-debug:some-function ...)