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.
buildx/vendor/github.com/google/go-dap
Kohei Tokunaga 37763ec29f
Support breakpoint debugger integrated to IDEs
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 Support breakpoint debugger integrated to IDEs 2 years ago
README.md Support breakpoint debugger integrated to IDEs 2 years ago
codec.go Support breakpoint debugger integrated to IDEs 2 years ago
doc.go Support breakpoint debugger integrated to IDEs 2 years ago
io.go Support breakpoint debugger integrated to IDEs 2 years ago
schematypes.go Support breakpoint debugger integrated to IDEs 2 years ago

README.md

go-dap: Go implementation of the Debug Adapter Protocol

PkgGoDev 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.