This is a long shot & not exactly idiomatic but found myself wanting to do this recently, is it possible to use the debugger to pause execution at a particular break point then use the repl to experiment in context of the break point?
Ah I didn't know about the expression window, this is great thank you
Yes absolutely. I do it often
The only catch is you need to require the namespaces first in the REPL to evaluate them in the expression window