Skip to content

Commit

Permalink
format: flowstorm aliases description
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Jul 8, 2024
1 parent 80938df commit 8940352
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -506,14 +506,14 @@
:lib/flowstorm
{:extra-deps {com.github.flow-storm/flow-storm-dbg {:mvn/version "3.16.0"}}}

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

Expand Down

0 comments on commit 8940352

Please sign in to comment.