philoskim / debux

A trace-based debugging library for Clojure and ClojureScript.
468 stars 19 forks source link

WIP: Save result optionally #25

Closed Cyrik closed 2 years ago

Cyrik commented 2 years ago

I've done some more work on it. Dbgn works pretty well on the clojure side, still need to fix initializing the cljs side. All the logging is now optional so it should be safe to have it in there and only use it as needed.

philoskim commented 2 years ago

Thanks for your continuous efforts to improve Debux!