Fork me on GitHub
#cider
<
2020-08-01
>
peey05:08:23

When I'm using cider to debug, I can evaluate arbitrary expressions in the minibuffer by pressing e in the debugging context. Can I also use the repl to execute things in the debugging context?

bozhidar06:08:49

Presently you can't.

peey07:08:59

Also cider-test-run-all-tests gives some weird results for programs containing state (e.g. atom), but lein test on the CLI gives the expected behavior. Are there some gotchas for cider related to module loading and reloading that I should be aware of?

dpsutton08:08:18

do you have a minimal repo? nothing springs to mind