A standalone version of the DAP debugger originally included as part of Erlang LS.
Compile the project:
make
To install the produced els_dap
escript in /usr/local/bin
:
make install
To install to a different directory set the PREFIX
environment variable:
PREFIX=/path/to/directory make install
If you have any questions about the project, feel free to open a new
issue. You can also join the #erlang-ls
channel in the
Erlanger Slack if you would like to get involved or if you prefer a
more informal mean of communication.
All contributions are welcome, be them in the form of a bug report, a question, feedback, or code.
I occasionally blog about the project on Medium.
The els_dap
project is licensed under the Apache License 2.0. Please refer
to the LICENSE
file for details.