-
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
could not launch process: EOF #2794
Comments
Can you post the output with the option |
arch -arch arm64 dlv debug --log-output=gdbwire --log --headless . API server listening at: 127.0.0.1:58556 |
Doesn't look like anything we can fix in delve. This should be reported to apple, debugserver is just crashing. |
@winterbesos
|
Closing, problem with xcode not delve. |
I had the same issue. After running these commands I was able to use the Delve Debugger and fix my problem! Thank you! |
Please answer the following before submitting your issue:
Note: Please include any substantial examples (debug session output,
stacktraces, etc) as linked gists.
What version of Delve are you using ($Id: 5b6f24e7fbcad3fe3bc574d3763b2f20afa1d6a1 $
dlv version
)?Delve Debugger
Version: 1.7.2
Build:
What version of Go are you using? (
go version
)?go version go1.17.2 darwin/arm64
What operating system and processor architecture are you using?
Apple M1 macOS Monterey
What did you do?
arch -arch arm64 dlv debug --log --headless .
What did you expect to see?
It works.
What did you see instead?
2021-11-16T20:19:09+08:00 info layer=debugger launching process with args: [/Users/salo/Downloads/hello/__debug_bin]
debugserver-@(#)PROGRAM:LLDB PROJECT:lldb-1205.0.28
for arm64.
Got a connection, launched process /Users/salo/Downloads/hello/__debug_bin (pid = 18627).
could not launch process: EOF
The text was updated successfully, but these errors were encountered: