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