Fork me on GitHub
#editors
<
2015-07-23
>
meow18:07:23

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

meow19:07:18

I think I'm working my way through assigning a JDK to my setup, and the project, and the module, so it will work...

meow19:07:30

Connecting to local nREPL server...
nREPL server started on port 55368 on host 127.0.0.1 - 
Clojure 1.7.0

meow19:07:38

looks like I'm good to go

danielcompton19:07:28

@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

danielcompton22:07:00

It lets you see the functions that are being called and drill into their values, bindings, results, e.t.c.