Say I'm writing a new module, the code is not ready yet, and I want to check something in repl. I run iex -S mix, and it fails due to compilation errors that I still do not intend to fix.
I assume there is the latest compiled version of my application that I could run with iex. How to do it?
source
share