Goodbye IO.Inspect. Hello dbg
Notes
Elixir 1.14 introduced dbg
, a debugging helper that is much more powerful than
IO.inspect
but equally easy to use!
dbg
is also aware of Elixir code, so it can inspect entire pipelines! Pretty
cool, if you ask me.