Skip to content

Instantly share code, notes, and snippets.

@nobonobo
Created March 26, 2016 07:16
Show Gist options
  • Select an option

  • Save nobonobo/28ffb59ccd1266b5f693 to your computer and use it in GitHub Desktop.

Select an option

Save nobonobo/28ffb59ccd1266b5f693 to your computer and use it in GitHub Desktop.
delveのインストール&セットアップ
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