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>
This commit is contained in:
Kohei Tokunaga
2023-06-30 21:32:20 +09:00
parent bcf21dee44
commit 37763ec29f
81 changed files with 18561 additions and 19 deletions

8
vendor/github.com/russross/blackfriday/v2/.gitignore generated vendored Normal file
View File

@@ -0,0 +1,8 @@
*.out
*.swp
*.8
*.6
_obj
_test*
markdown
tags