Description
Adds Erlang's debugger tools for inspecting and testing Erlang programs. It helps developers step through code, inspect state, and understand how a program behaves while running.
Use it when diagnosing problems in Erlang code. It is meant for development and troubleshooting, not for everyday users running finished applications.