1 插件安装
2 debug设置
点击创建
复制一下代码替换
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Golang",
"type": "go",
"request": "launch",
"remotePath": "",
"port": 5546,
"host": "127.0.0.1",
"program": "${fileDirname}",
"env": {
"GOPATH":"D:/gowork/mygo",
"GOROOT":"D:/GO",
},
"args": []
}
]
}
回到我们得 D:goworkmygosrchellogo 目录, 打开main.go 摁 F5 即可 开启调试