windows下 sublime text2配置gdb 調試golang

來源:互聯網
上載者:User
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。

1. 下載gdb for windows   ,點此下載 

2.解壓後,將目錄添加到環境變數path 

3. 安裝sublimeGdb, 開啟sublime text2 ,ctrl+shift+p, install package,選擇sublimeGdb,斷行符號

4.配置setting ,   在sublime text2 中,選擇菜單 Preferences--Package settings--SublimeGdb--Setting Default  ,設定其下兩項。workingdir是gopath的工作區,也就是項目exe產生的路徑。commandline 最重要是

後面main.exe 替換成你的可執行檔。

// Example: ${folder:/path/to/file} is replaced with "/path/to".
    "workingdir": "D:/gopath/src/myapp",


    // NOTE: You MUST provide --interpreter=mi for the plugin to work
    "commandline": "gdb --interpreter=mi ./main.exe",



5.在sublime text2中,按f9 設定斷點,  F5啟動調試介面。後面具體怎麼用gdb,我也不熟,請自行百度使用方法,希望朋友們找到後也共用下。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.