Do vscode-go now have nothing to do with dlv-dap? #1817
xujintao
started this conversation in
Discussions
Replies: 2 comments 1 reply
-
The legacy debug adapter is still in use for remote debugging (attach+remote mode) and users who need to use the legacy debug adapter to overcome its limitations (e.g. requires delve 1.6.1+) We will eventually get rid of |
Beta Was this translation helpful? Give feedback.
0 replies
-
Integrating a debug adapter with VSCode still requires an extension. In the simplest case, all the extension does is define debug configuration and pass the binary path and args to VSCode, but the extension is still required. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Accourding to Go Debug Extension Architecture Overview, since legacy debug adapter has been removed from vscode-go and the vscode's Generic Debugger UI can communicate with Delve(dlv-dap) using DAP directly, does vscode-go now have nothing to do with dlv-dap?
Beta Was this translation helpful? Give feedback.
All reactions