Hacker News new | ask | show | jobs
by e_proxus 1987 days ago
I would recommend you learn the dbg module that comes with Erlang. Its a great tracing debugger able to trace existing code in runtime without having to modify the source. There are also several wrappers on top of the Erlang tracing tools, like Recon for example.
1 comments

I'll need to do more research and maybe see if there are videos online showing how other developers debug in Elixir with those libraries.