/gen_dap

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

Primary LanguageElixirOtherNOASSERTION

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.