Replies: 3 comments
-
A 2.0 version of flow-storm is now out but it seems only Clojure is supported so far. I believe ClojureScript was supported before, but that support is planned for the new version as well. |
Beta Was this translation helpful? Give feedback.
-
There's now a Cider integration for FlowStorm, called CiderStorm. Slack message: https://clojurians.slack.com/archives/C06MAR553/p1686673281768159 From the Slack message:
|
Beta Was this translation helpful? Give feedback.
-
I'm not sure if this is something that should be integrated into Calva, or left to devs to know about and add to their own REPLs, but it's really interesting. It seems in some ways it goes further than Cider's debugger (and works a bit differently - it's a trace debugger) - supports Clojure and ClojureScript, stepping forward and backward in time, inspecting large values, and more). See the github and feature list here:
https://github.com/jpmonettas/flow-storm-debugger#features
A defn podcast episode with an interview with the creator: https://soundcloud.com/defn-771544745/67-juan-monetta
Beta Was this translation helpful? Give feedback.
All reactions