第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

無法在 Visual Studio 代碼中調(diào)試 Go

無法在 Visual Studio 代碼中調(diào)試 Go

Go
一只名叫tom的貓 2023-06-26 17:44:47
我有一個(gè)文件夾 D:\Data\Git\go\src\demo ,其中包含一個(gè)文件 main.go。我已經(jīng)安裝了go1.12.6 windows/amd64。(我運(yùn)行的是 Windows 10)我無法調(diào)試應(yīng)用程序 - 調(diào)試器在屏幕上閃爍然后消失 ==> 什么也沒有發(fā)生 ==> 即使我設(shè)置了斷點(diǎn),它也不會(huì)中斷交互式步驟的代碼 -通過!我可以從命令行運(yùn)行應(yīng)用程序 ==> go run main.go (當(dāng)前目錄是 main.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": "${fileDirname}",            "env": {},            "args": []        }    ]}這是我的應(yīng)用程序:package mainimport "fmt"func main() {    s := []int{2, 3, 5, 7, 11, 13}    s = s[1:4]    fmt.Println(s)}如何在 VS Code 中進(jìn)行調(diào)試?
查看完整描述

1 回答

?
catspeake

TA貢獻(xiàn)1111條經(jīng)驗(yàn) 獲得超0個(gè)贊

答案如下:

Ctrl+Shift+P ==> 打開 Launch.json ==> 保存 ==> 瞧!

(它有效。我現(xiàn)在可以使用 Visual Studio Code 中的一個(gè) main.go 文件單步調(diào)試并調(diào)試一個(gè)簡(jiǎn)單的應(yīng)用程序)

查看完整回答
反對(duì) 回復(fù) 2023-06-26
  • 1 回答
  • 0 關(guān)注
  • 167 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)