You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() This commit adds the IDE-integrated breakpoint debugger based on walker. Now buildx provides DAP (Debug Adapter Protocol) API to IDEs so DAP-aware IDEs can call buildx and allow users to perform breakpoint-based debugging on the IDE's UI/UX. Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com> |
2 years ago | |
---|---|---|
.. | ||
LICENSE | 2 years ago | |
README.md | 2 years ago | |
codec.go | 2 years ago | |
doc.go | 2 years ago | |
io.go | 2 years ago | |
schematypes.go | 2 years ago |
README.md
go-dap: Go implementation of the Debug Adapter Protocol
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.