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.14-SNAPSHOT"]

Clojure CLI/deps.edn

org.clojars.abhinav/snitch {:mvn/version "0.1.14-SNAPSHOT"}

Gradle

implementation("org.clojars.abhinav:snitch:0.1.14-SNAPSHOT")

Maven

<dependency>
  <groupId>org.clojars.abhinav</groupId>
  <artifactId>snitch</artifactId>
  <version>0.1.14-SNAPSHOT</version>
</dependency>

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