/els_dap

Standalone version of the Erlang LS DAP Debugger

Primary LanguageErlangApache License 2.0Apache-2.0

els_dap

A standalone version of the DAP debugger originally included as part of Erlang LS.

Minimum Requirements

Quickstart

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

Getting in Touch

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.

License

The els_dap project is licensed under the Apache License 2.0. Please refer to the LICENSE file for details.