Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation about the debugAdapter configuration of debugger is contradictory #3629

Closed
rosti-il opened this issue Dec 13, 2024 · 1 comment

Comments

@rosti-il
Copy link

From #2205 the default value of the debugAdapter configuration is dlv-dap. Following documentation still states in some places that the default value is legacy and in other places that it's dlv-dap

https://github.com/golang/vscode-go/blob/master/docs/debugging.md

For example:

The headless dlv server can now be used with both "debugAdapter": "legacy" (default value) and "debugAdapter": "dlv-dap"

   "debugAdapter": "dlv-dap", // `legacy` by default

debugAdapter: Controls which debug adapter to use (default: legacy).

Please fix this to prevent confusion.

@gopherbot gopherbot added this to the Untriaged milestone Dec 13, 2024
@hyangah
Copy link
Contributor

hyangah commented Dec 17, 2024

For remote debugging, "legacy" is still the default.

#3096

@hyangah hyangah closed this as completed Dec 17, 2024
@hyangah hyangah closed this as not planned Won't fix, can't repro, duplicate, stale Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants