-
Notifications
You must be signed in to change notification settings - Fork 906
debug: respect configured build tags/flags #128
Copy link
Copy link
Open
Labels
DebugIssues related to the debugging functionality of the extension.Issues related to the debugging functionality of the extension.debug/configIssues for config discrepancies b/n settings.json, launch.json, launch with F5, run test, debug testIssues for config discrepancies b/n settings.json, launch.json, launch with F5, run test, debug test
Milestone
Metadata
Metadata
Assignees
Labels
DebugIssues related to the debugging functionality of the extension.Issues related to the debugging functionality of the extension.debug/configIssues for config discrepancies b/n settings.json, launch.json, launch with F5, run test, debug testIssues for config discrepancies b/n settings.json, launch.json, launch with F5, run test, debug test
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently, build flags and build tags from settings are ignored when debugging. It is expected one update the
buildFlagsproperty 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