问题
I debug Go programs in Visual Studio Code. How can I add the -race
argument in launch.json file?
I add config in launch.json like below, but it doesn't work.
"args": ["-race"]
来源:https://stackoverflow.com/questions/54210354/how-to-add-race-argument-in-launch-json-file