require IEx; IEx.pry()
-
Exit
prysession inside anIExsessionrespawn
-
pryin test suiteiex -S mix test --trace
-
Official docs
-
Debugging in views, tests, etc
require IEx; IEx.pry()
Exit pry session inside an IEx session
respawnpry in test suite
iex -S mix test --traceOfficial docs
Debugging in views, tests, etc