Prying into Elixir dependencies
Notes
I love how easy it is to do code spelunking 🤿 in Elixir projects!
- Dive into your
deps/
directory - Throw a
dbg()
in the dep you want 🔍 - Recompile with
mix deps.compile
- Celebrate! 🥳
I love how easy it is to do code spelunking 🤿 in Elixir projects!
deps/
directorydbg()
in the dep you want 🔍mix deps.compile