Observing and debugging in Clojure

I’ve put together a blog post on some of the Observability and debugging tools for use in the REPL. The use-case is where you’re developing in the REPL and want to explore your code. Spyscope is the most recommended option, I’ve covered some alternatives - Hashp, Debux and Postmortem.

Would love to hear if it’s a useful post? And, what other tools or approaches people use for exploring and understanding code?

5 Likes

Yup, it’s pretty useful, thanks for compiling those!

Tiny thing: your first Debux link points to Postmortem

Thanks for the feedback @aisamu. And fixed that link (and a couple of others!)

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.