Fork me on GitHub
#cider
<
2017-04-24
>
richiardiandrea01:04:40

@qqq only the repl for now

dominicm08:04:52

@qqq Not sure if inf-clojure can support it, but check out https://github.com/gfredericks/debug-repl

dominicm08:04:19

No reason it shouldn't work in inf-clojure

bfay20:04:47

Does cider-find-var (`M-.` or , g g in spacemacs) only exclusively work when starting the nrepl from emacs, using cider-jack-in? I’m connecting to a repl via cider-connect, and when I try cider-find-var it fails, but it’s fine if I use cider-jack-in

bfay20:04:31

When it fails (via cider-connect) it gives me the kinda ambiguous message >cider-find-var requires the nREPL op “info”. Please, install (or update) cider-nrepl 0.15.0-SNAPSHOT and restart CIDER

bfay20:04:47

Maybe that means I need to put some middleware in my ~/.lein/profiles.clj?

dpsutton20:04:28

cider jack-in sticks its own stuff in there. do you have cider-nrepl as a dependency in your project otherwise?

dpsutton20:04:22

i think you'll want a dev dependency on it rather than in your ~/.lein/profiles.clj. This is often the source of confusion as it overrides CIDER's own injection, so you'll eventually end up with a stale version