GenDAP is an OTP behaviour for building processes that implement the Debug Adapter Protocol.
TODO
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.
This library is inspired by and based on gen_lsp by Mitchell Hanberg.