Fork me on GitHub
#cider
<
2017-08-21
>
jonas07:08:41

Is there some difference between cider-connect and cider-jack-in that I’m missing? When I use cider-connect I can’t get jump-to-definition M-. to work properly.

dominicm07:08:05

Cider connect requires that you've loaded cider into the repl. Either via your profile.clj, or by adding the cider task to boot.

dominicm07:08:05

Cider connect requires that you've loaded cider into the repl. Either via your profile.clj, or by adding the cider task to boot.

dominicm18:08:29

Debugging something unrelated. Don't use cider myself. I have a suspicion that this can't be debugged by cider: (defn foo [^long x] 10)

dominicm18:08:19

Could someone here figure out if I'm right? I'll send a patch if so