Fork me on GitHub
#vim
<
2020-03-11
>
tzzh09:03:15

any tips on debugging java interop ? I am working on something that requires using java libraries and I am really struggling to do debug it without breakpoints I am using fireplace so as far as I know I can’t really do this but was wondering if there were other plugins or ways to get around this

nbardiuk09:03:17

not a tool but an approach to debugging with clojure https://www.youtube.com/watch?v=FihU5JxmnBg

tzzh10:03:55

ah a bit long for me to watch now but will take a look later :thumbsup:

dharrigan10:03:05

What I do is to set up a normal java agent for debugging,

dharrigan10:03:13

then use intellij to breakpoint on the library

dharrigan10:03:19

I use vim for my clojure stuff

tzzh10:03:47

ah ok I see

dominicm18:03:28

https://gitlab.com/protesilaos/tempus-themes found this which follows WCAG accessibility rules for vim themes to make them highly readable. I like onehalf, but I can't read the line numbers half the time.

👍 8