Fork me on GitHub
#vim
<
2020-04-11
>
victorb10:04:13

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

yiorgos11:04:21

Maybe you can ask #iced too I am using the plugin too but never tried to use the debug features

dominicm10:04:46

Cider doesn't have a working cljs debugger

credulous14:04:56

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).

credulous14:04:34

Until now I’ve been able to solve it by shutting down everything, restarting the lein repl, restarting the shadow-cljs repl, and reconnecting

credulous14:04:58

But it stopped yesterday again and nothing I do can get it going again. The error is different than what I’ve seen before.

credulous14:04:00

Execution error (ClassNotFoundException) at .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.

credulous14:04:25

The error obviously claims I have not installed Piggieback, but it was there yesterday darnit!