Skip to content

elixir-lsp/gen_dap

Repository files navigation

GenDAP

GenDAP is an OTP behaviour for building processes that implement the Debug Adapter Protocol.

Examples

TODO

Installation

This package can be installed by adding gen_dap to your list of dependencies in mix.exs:

def deps do
  [
    {:gen_dap, "~> 0.0.1"}
  ]
end

Documentation can be found at https://hexdocs.pm/gen_dap.

Credits

This library is inspired by and based on gen_lsp by Mitchell Hanberg.

About

GenDAP is an OTP behaviour for building processes that implement the Debug Adapter Protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published