Skip to content

Add Clojure nREPL Support

Jose V. Trigueros requested to merge jvm-breakglass into master

Sometimes you need to get into the running application to see the state of things, or you just want to test something out. jvm-breakglass gives starts an nREPL server and gives us a few niceties to introspect Java beans.

Merge request reports