anyone familiar with https://github.com/liquidz/vim-iced and know if the debugging stuff is supposed to work in a cljs session/context? Not getting either the debugging/tracing/tapping to work
Maybe you can ask #iced too I am using the plugin too but never tried to use the debug features
Cider doesn't have a working cljs debugger
Hi. I’ve been working for a week or so on a re-frame application. At least once a day I stop being able to communicate with the repl in vim (using Fireplace).
Until now I’ve been able to solve it by shutting down everything, restarting the lein repl, restarting the shadow-cljs repl, and reconnecting
But it stopped yesterday again and nothing I do can get it going again. The error is different than what I’ve seen before.
Execution error (ClassNotFoundException) at <http://java.net|java.net>.URLClassLoader/findClass (URLClassLoader.java:436).
cider.piggieback
when I run Piggieback after connecting to the Lein repl (e.g. not the shadow-cljs repl). Connecting to the shadow-cljs repl has never worked for me.The error obviously claims I have not installed Piggieback, but it was there yesterday darnit!