Fork me on GitHub
#cider
<
2021-09-08
>
Joshua Suskalo15:09:10

When using the cider debugger's eval, is the "current" value stored anywhere accessible? Like if I've got a value in a breakpoint and I want to save it in a def for later inspection?

djm15:09:43

p then d?

wow 2