philoskim / debux

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

Add support for cljs-devtools printing #14

Closed royalaid closed 4 years ago

royalaid commented 4 years ago

When https://github.com/binaryage/cljs-devtools is depended on by project and the :formatters are installed it provides a much more ergonomic developer experience when logging large objects like app-dbs in the console. This PR adds support for those formatters when they are detected and falls back gracefully to indentation printing when they are not.

philoskim commented 4 years ago

Sorry for my late reply.

I will investigate your PR and try to reflect it in the next release version of debux.

Thank you for the suggestion!

philoskim commented 4 years ago

The new 0.5.9 version of debux has just been released.

Thanks again for your suggestion!