Skip to content

Standalone version of the Erlang LS DAP Debugger

License

Notifications You must be signed in to change notification settings

shuying2244/els_dap

 
 

Repository files navigation

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.

About

Standalone version of the Erlang LS DAP Debugger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 99.7%
  • Makefile 0.3%