Goodbye IO.inspect/2. Hello dbg/2
I vaguely recall seeing dbg
when Elixir 1.14 first came out, but I hadn’t tried it until now. 🤯
No more IO.inspect/2
for me.
dbg/2
is way more powerful. For example, it understands Elixir code so it can print out every step in a pipeline! ⚡️
Read next Why We Chose Elixir Part 2: Elixir and the CELP Stack