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?
Presently you can't.
Thanks!
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?
do you have a minimal repo? nothing springs to mind