cursive

Issues at: https://git.io/cursive-issues
Adrian Smith 2021-06-26T09:56:08.094900Z

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?

Adrian Smith 2021-06-27T12:49:20.098600Z

Ah I didn't know about the expression window, this is great thank you

2021-06-26T14:33:33.095100Z

Yes absolutely. I do it often

2021-06-26T14:34:14.095300Z

The only catch is you need to require the namespaces first in the REPL to evaluate them in the expression window