Skip to main content

A new Erlang debugger prototype

· One min read

We dive into the internals of the Erlang VM in order to prototype edb, an Erlang debugger closely integrated to the VM. In this post we give an overview of the overall design, look at the existing capabilities in the VM we were able to leverage, and what features needed to be added.

TBD