status-react/nix/deps
Icaro Motta 615ad2f02b
dx(debug)_: Add FlowStorm, a tracing debugger for Clojure(Script) (#20054)
Adds FlowStorm https://github.com/flow-storm/flow-storm-debugger v3.7.5, a well
known (tracing) debugger for Clojure(Script).

With FlowStorm, you can debug almost any cljs function in status-mobile. And
although it is not as capable as on the JVM, its main features work well enough.

How do I use it? Please, check the markdown diff in this PR: doc/debugging.md.

When would you use FlowStorm in status-mobile? You can use it all the time if
you want, but FlowStorm can be a powerful tool to understand complex pieces of
code. Consider those large subscriptions or event handlers. Or all those
components with lots of bindings and calculations. Understanding some of these
things is no easy task, even with a REPL. It is not a replacement for re-frisk,
those are very different tools and each have their place.

Resources:

- Repository: https://github.com/flow-storm/flow-storm-debugger
- Documentation: https://flow-storm.github.io/flow-storm-debugger
- Features: https://github.com/flow-storm/flow-storm-debugger#features
- YouTube demos: https://github.com/flow-storm/flow-storm-debugger#some-demo-videos-newers-at-the-top
2024-06-03 19:47:10 -03:00
..
clojure dx(debug)_: Add FlowStorm, a tracing debugger for Clojure(Script) (#20054) 2024-06-03 19:47:10 -03:00
gradle pick between JSC & Hermes for Android (#20171) 2024-05-24 21:02:32 +05:30
nodejs clean up unused libraries (#19456) 2024-04-02 16:32:54 +05:30
nodejs-patched apply patches with patch files (#19451) 2024-04-08 21:06:41 +05:30
react-native nix: simplify android release build 2020-05-14 09:46:23 +02:00