vscode go 调试 launch.json

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vscode go 调试 launch.json相关的知识,希望对你有一定的参考价值。

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Launch",
            "type": "go",
            "request": "launch",
            "mode": "auto",
            "program": "${workspaceFolder}"//"{file}",
            "env": {},
            "args": []
        }
    ]
}

 

以上是关于vscode go 调试 launch.json的主要内容,如果未能解决你的问题,请参考以下文章

golang vscode launch.json配置

golang vscode launch.json配置

json VSCode调试launch.json示例

为啥 VSCode 调试器不能使用 C# 中的默认 launch.json 设置?

VSCode Launch.json配置。

在具有活动 virtualenv 的 python 模块上使用 vscode 调试器,launch.json 中的“配置文件中的 python 路径无效”