dissect
A lib for introspecting the call stack and active restarts.
$ area51 add dissectCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(dissect:some-function ...)A lib for introspecting the call stack and active restarts.
$ area51 add dissectCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(dissect:some-function ...)