Fork me on GitHub
#cider
<
2017-09-29
>
malabarba11:09:47

@ghadi are you talking about instrumenting cider midddleware in particular? Or just midddleware in general?

malabarba11:09:45

Cider midddleware is tricky, since the debugger itself is a midddleware, instrumenting other parts of cider might not work.

malabarba11:09:27

General midddleware should work just fine. I used to work with ring and pedestal, and had no problems instrumenting either of them.

lilactown20:09:32

newbie question: what's the best way to load a new dependency when using CIDER + nREPL?

lilactown20:09:51

so far I've been restarting CIDER + nREPL

dpsutton20:09:32

you mean a new dependency in your project.clj or boot file?