标签: go visual-studio-code race-condition
我在Visual Studio Code中调试Go程序。如何在启动文件中添加-race参数?
-race
我像下面那样在launch.json中添加配置,但是它不起作用。
"args": ["-race"]