Prying in Elixir with dbg/2 and iex

preview_player
Показать описание
People asked me in previous videos, what about dbg/2 with iex?

Spoiler alert — also awesome! ⚡️

- Get access to variables in scope
- Get access to the context with `binding/0`
- Step through pipelines with `next` and `continue`
- 🤩
Рекомендации по теме