Closed
Description
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
).
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
).