Prying into dependencies
I love how easy it is to do code spelunking 🤿 in Elixir projects!
- Dive into your “deps/“ directory
-
Throw a
dbg()
(orIO.inspect
) in the dependency you want 🔍 -
Recompile with
mix deps.compile
- Celebrate! 🥳
Check out a short video of me doing that 👉 https://youtu.be/jgEhnv4-c6I
Read next Thinking Elixir News 139