Use dbg to check your Elixir code
Debugging Elixir code has become even more accessible thanks to the dbg/2 function. Thanks to the latest version, your work may become more pleasant and the search for errors even easier. Check how to apply new possibilities in your code. A simple one-line can facilitate your error analysis.
More on: https://bartoszgorka.com/use-dbg-to-check-your-elixir-code
Read next Probuild-ex : Create a league of legends pro players build trackers with elixir