Skip to content

Commit 8940352

Browse files
format: flowstorm aliases description
1 parent 80938df commit 8940352

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps.edn

+3-3
Original file line numberDiff line numberDiff line change
@@ -506,14 +506,14 @@
506506
:lib/flowstorm
507507
{:extra-deps {com.github.flow-storm/flow-storm-dbg {:mvn/version "3.16.0"}}}
508508

509-
;; This is the simplest way to use FlowStorm.
510-
;; It replaces the Clojure compiler with a patched one that instruments everything.
509+
;; Suggested FlowStorm approach.
510+
;; Use patched Clojure compiler which instruments all evaluations
511511
;; https://flow-storm.github.io/flow-storm-debugger/user_guide.html#_clojurestorm
512512
:lib/clojurestorm
513513
{:classpath-overrides {org.clojure/clojure nil}
514514
:extra-deps {com.github.flow-storm/clojure {:mvn/version "1.11.3-1"}
515515
com.github.flow-storm/flow-storm-dbg {:mvn/version "3.16.0"}}
516-
;; You can optionally add another jvm-opt to restrict the instrumentation:
516+
;; Optionally add jvm-opt to manage instrumentation:
517517
;; -Dclojure.storm.instrumentOnlyPrefixes=YOUR_INSTRUMENTATION_STRING"
518518
:jvm-opts ["-Dclojure.storm.instrumentEnable=true"]}
519519

0 commit comments

Comments
 (0)