-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 on m1 #2538
Comments
What is the problem exactly? You posted two transcripts but the second one is normal and the first one can't be happening if the second one does. |
same version and same error |
Can someone who is experiencing this error please post a full session transcript so we can more clearly see what the error is? |
This reminds me of golang/vscode-go#1637 |
Closing, no user feedback. The problem is probably that when running delve from vscode the wrong architecture gets specified, i.e. golang/vscode-go#1637 |
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: 114218c22f3791287c4bc2f4ff35a846a1416ee9 $
dlv version
)?Delve Debugger
Version: 1.6.1
Build:
What version of Go are you using? (
go version
)?go version go1.16.5 darwin/arm64
What operating system and processor architecture are you using?
MacBook Air (M1, 2020) Big Sur 11.3.1
What did you do?
Try to run go application
and i run
How I can launch dlv with arm64 mod ?
The text was updated successfully, but these errors were encountered: