Fork me on GitHub
#cider
<
2022-07-12
>
jon rostran22:07:43

does someone know how to inspect an object with cider-inspect-last-result ?

jumar03:07:59

Evaluate some expression and after it's done invoke cider-inspect-last-result

jon rostran20:07:25

thanks, actually p key needs to be pressed instead of M-x cider-inspect-last-result

jumar05:07:17

Ah, I see, you were talking about calling it during debugging. Yes - and it gets trickier when you use spacemacs in evil-mode : then you need to switch to emacs mode and only then press p 🙂

jon rostran22:07:00

invoking that fn in debugger opens up a buffer but doesn’t actually show the returned (truncated in the file buffer) object

jon rostran22:07:14

ideally pretty printed as well