Debugging Erlang programs in Emacs
In this post, I’m going to describe how to debug Erlang code within Emacs. We had installed and configured all the tools necessary, and have written our first Erlang “Hello world” program. Since the code-compile-debug is an important cycle, sooner or later, you will need to step into your code to debug it. Therefore, you [...]