Quaff can run your Elixir code in the graphical debugger, and import constants from your .hrl
files.
Erlang provides a graphical debugger with all the things you'd expect -- breakpoints, single-step execution, variable inspection, etc. It doesn't work with Elixir code, however. Herein we'll explore what goes wrong and how to get it working.
Comments