delve/vendor/github.com/google/go-dap
Eli Bendersky 23b8e59ab9
service/dap: Add panic guard to DAP handlers (#1895)
* Panic guard for DAP request handling

* Use GetSeq

* Re-vendor new version of go-dap

* Remove comment

* Update error message

* Reuse er.Message in Format
2020-02-25 21:00:54 -08:00
..
.travis.yml service/dap: Initial implementation for 'dlv dap' (#1858) 2020-02-15 11:52:53 -08:00
codec.go service/dap: Add panic guard to DAP handlers (#1895) 2020-02-25 21:00:54 -08:00
go.mod service/dap: Initial implementation for 'dlv dap' (#1858) 2020-02-15 11:52:53 -08:00
io.go service/dap: Add panic guard to DAP handlers (#1895) 2020-02-25 21:00:54 -08:00
LICENSE service/dap: Initial implementation for 'dlv dap' (#1858) 2020-02-15 11:52:53 -08:00
README.md service/dap: Initial implementation for 'dlv dap' (#1858) 2020-02-15 11:52:53 -08:00
schematypes.go service/dap: Add panic guard to DAP handlers (#1895) 2020-02-25 21:00:54 -08:00

go-dap: Go implementation of the Debug Adapter Protocol

Build Status Go Report Card

For an overview of DAP, see https://microsoft.github.io/debug-adapter-protocol/overview

Contributing

We'd love to accept your patches and contributions to this project. See docs/contributing for more details.

License

This project is licensed under the Apache License 2.0

This is not an officially supported Google product.