Overview of Flow-storm debugger
masterFlow-storm is an omniscient time travel debugger designed for Clojure and ClojureScript. It allows developers to inspect and navigate through execution history. There are two primary ways to use it:
- With ClojureStorm (Recommended): Swap your standard Clojure compiler for ClojureStorm during development. This automatically instruments your code so you don't have to manually manage instrumentation.
- Vanilla FlowStorm: Add FlowStorm to your development classpath and instrument code by re-evaluating forms manually.