How to Install erlang-debugger in Ubuntu 18.04



Install erlang-debugger by entering the following commands in the terminal:

sudo apt update
sudo apt install erlang-debugger

Description:

Erlang/OTP application for debugging and testing

Debugger is a graphical tool which can be used for debugging and testing of Erlang programs. For example, breakpoints can be set, code can be single stepped and variable values can be inspected and modified.

Homepage: http://www.erlang.org/

Version: 1:20.2.2+dfsg-1ubuntu2

Section: universe/interpreters