trace-db
Writing, reading, storing, and searching of program traces
$ area51 add trace-dbCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(trace-db:some-function ...)Writing, reading, storing, and searching of program traces
$ area51 add trace-dbCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(trace-db:some-function ...)