Fork me on GitHub
#cider
<
2020-12-16
>
Quentin Le Guennec13:12:35

hello, can I run cider-inspector within a debug session in order to inspect eg, function parameters?

Quentin Le Guennec13:12:46

(when I run cider-inspect-last-sexp, I get meta information about the function itself

bozhidar13:12:01

@quentin.leguennec1 You can use inspect and inspect-prompt will in the debugger, to inspect arbitrary values.