When you want to debug a Phoenix application for example, the application process must run in the same iex process (i.e: `iex -S mix phoenix.start`). It could be awesome if we could pry from another iex node.