Created
March 26, 2016 07:16
-
-
Save nobonobo/28ffb59ccd1266b5f693 to your computer and use it in GitHub Desktop.
delveのインストール&セットアップ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| xcode-select --install | |
| go get -d github.com/derekparker/delve | |
| # dlv-certという名前でコード署名証明書の作成とコード署名として常に信頼する。 | |
| cd $GOPATH/src/github.com/derekparker/delve | |
| GO15VENDOREXPERIMENT=1 CERT=dlv-cert make install | |
| sudo killall taskgated | |
| dlv debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment