-
Notifications
You must be signed in to change notification settings - Fork 762
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
debug: respect configured build tags/flags #128
Comments
There is a similar issue related to |
This should apply to both delve dap and old debug adapter. |
Go v1.17 support multi |
Is there any other solution for this problem? Thank you in advance. |
Currently, build flags and build tags from settings are ignored when debugging. It is expected one update the
buildFlags
property in the debug configuration in order to provide build flags or tags. History on why this came to be so can be found microsoft/vscode-go#3185 (comment).As explained in the link above, there is scope for improvement here by having the debugger respect the build flags and build tags settings
The text was updated successfully, but these errors were encountered: