Fork me on GitHub
#cursive
<
2016-09-17
>
shooodooken16:09:34

I'm just wondering why I can't access/interact with vars through the REPL when I'm debugging with Cursive? As in, if I set a breakpoint in functionX, why can't I interact with anything in that (jvm) frame?

tony.kay22:09:17

Anyone seeing this?

Error generating stubs for module rad: Exception in thread "main" java.lang.ExceptionInInitializerError
				at clojure.main.<clinit>(main.java:20)
				Caused by: clojure.lang.ExceptionInfo:
				------- Figwheel Configuration Error -------
				
				Missing required key :cljsbuild at path []
				
				:cljsbuild
				^ required key :cljsbuild is missing

tony.kay22:09:44

my project file works fine for figwheel and cljsbuild, so I’m not sure what might be wrong. Using latest figwheel…perhaps a version conflict?