I'm setting up Cursive for the first time. I created a local repl config that doesn't work because of a Run Configuration Error: No JDK found for module xyz
I think I'm working my way through assigning a JDK to my setup, and the project, and the module, so it will work...
Connecting to local nREPL server...
nREPL server started on port 55368 on host 127.0.0.1 - <nrepl://127.0.0.1:55368>
Clojure 1.7.0
looks like I'm good to go
@cfleming: Clairvoyant is really useful with re-frame. It lets you see all of the handlers, subscriptions, and views that are called when you click a button
It lets you see the functions that are being called and drill into their values, bindings, results, e.t.c.