Fork me on GitHub
#cider
<
2020-11-29
>
peey09:11:10

I was exploring the cider debugger, and I have never used the "inspect" feature of the debugger (because the binding "p" is mis-interpreted by spacemacs as the paste command). What am I missing? What are other ways I could invoke it?

Gleb Posobin06:11:58

For spacemacs, you can press Ctrl-z to go into Emacs mode and then use those bindings, press Ctrl-z again to go back.

practicalli-johnny10:11:30

@p.kushwaha97 examples of using Cider Inspect https://practicalli.github.io/spacemacs/evaluating-clojure/inspect.html My favourite feature is just leaving the cider-inspect window open, then all evaluations go there, even when using the usual evaluation commands If using Spacemacs develop, then I just added more key bindings for the rest of the cider-inspect functions

peey10:11:55

This is amazing. I just updated and used inspector for the first time, thanks for making it happen and writing that nice guide!

👍 3
practicalli-johnny11:11:18

I have a new video coming out in the next day or two that uses the cider-inspect tool a lot too... but I think that page covers most of it statically.