org.clojars.abhinav/snitch

Snitch injects inline defs in your functions and multimethods. This enables a repl-based, editor-agnostic, clojure and clojurescript debugging workflow. It is inline-defs on steroids.

Leiningen/Boot

[org.clojars.abhinav/snitch "0.1.15"]

Clojure CLI/deps.edn

org.clojars.abhinav/snitch {:mvn/version "0.1.15"}

Gradle

implementation("org.clojars.abhinav:snitch:0.1.15")

Maven

<dependency>
  <groupId>org.clojars.abhinav</groupId>
  <artifactId>snitch</artifactId>
  <version>0.1.15</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.