hello, can I run cider-inspector within a debug session in order to inspect eg, function parameters?
(when I run cider-inspect-last-sexp, I get meta information about the function itself
@quentin.leguennec1 You can use inspect
and inspect-prompt
will in the debugger, to inspect arbitrary values.
Okay, thanks.