-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OSX10.11.3] Can't debug : could not launch process: could not fork/exec #357
Comments
Thanks, I had to follow the steps again, But wherever i could see a "Trust” item I set to “Always Trust”. |
good. |
This was referenced Jan 11, 2017
delete the GOPATH/bin/dlv, then the problem was solved. |
@oknixus It works,thx |
I addressed this coz I installed delve by brew before. Now I uninstalled it by brew. And reinstalled it by go get. Then it works. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ codesign -s dlv-cert $(which dlv)
/Users/mememe/development/golang/bin/dlv: is already signed
$ go build hello.go
$ dlv debug hello.go
could not launch process: could not fork/exec
The text was updated successfully, but these errors were encountered: