vscode go 调试 launch.json

2021-04-12 16:28

阅读:543

标签:over   lin   intel   exist   form   ssi   use   ace   inf   

{
    // 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

标签:over   lin   intel   exist   form   ssi   use   ace   inf   

原文地址:https://www.cnblogs.com/ycliu912/p/12395194.html


评论


亲,登录后才可以留言!