【Go - vscode debug launch.json配置

2024-07-23  本文已影响0人  wn777
{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Launch",
            "type": "go",
            "request": "launch",
            "mode": "debug",
            "program": "${fileDirname}",
            "env": {},
            "args": []
        }
    ]
}

mode参数有几种可能的值,每个值都会影响调试器的行为:

上一篇下一篇

猜你喜欢

热点阅读