Skip to content

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

License

Notifications You must be signed in to change notification settings

elixir-lsp/gen_dap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors