码迷,mamicode.com
首页 > Web开发 > 详细

vscode go 调试 launch.json

时间:2020-03-02 15:10:01      阅读:433      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!