Delve supports debug adapter protocol natively (dlv dap).
https://github.com/go-delve/delve/tree/master/service/dap
Implement the debug feature using it and deprecate the dlv wrapper (src/debug/goDebug.ts).
@polinasok @quoctruong @ramya-rao-a
Delve supports debug adapter protocol natively (
dlv dap).https://github.com/go-delve/delve/tree/master/service/dap
Implement the debug feature using it and deprecate the dlv wrapper (
src/debug/goDebug.ts).@polinasok @quoctruong @ramya-rao-a