-
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
Can't debugging on macOS Sequoia #3812
Comments
This is broken for me also. |
Version: 1.93.1 |
➜ go install github.com/go-delve/delve/cmd/dlv@master It works! Thx, old iron |
This is a duplicate of #3797 (but I'm going to leave it open for a while so people don't open more duplicates) |
Hi, I've already seen #3797 and used the latest master branch to try to make dlv work in my case; nevertheless, I'm still getting the following error when executing dlv debug . Obviously same problem show up in vscode. What version of Delve are you using (dlv version)? What version of Go are you using? (go version)? What operating system and processor architecture are you using? macOS Sonoma 14.7 Apple Silicon M3 Pro What did you do? Update macOS to latest version allowed Previously it was working flawlessly. I use dlv very much, so I'm concerned to make it work again. |
Hi, running the current master version of
|
Yes, I did upgrade my golang to |
Should this issue be closed? Shouldn't older versions work as well? |
After updating go and dlv version, my program crumbs while debugging, and printed "not implemented". |
what about older go versions? |
The latest go version works well for me. |
fwiw, when I updated go to v1.23.2, dlv stayed broken on master which still seems to point to v1.23.0. I had to install delve v1.23.1 using |
Please answer the following before submitting your issue:
I updated my macOS to Sequoia yesterday. Now I can't debugging through VSCode or GoLand, and their console all printed
Warning: no debug info found, some functionality will be missing such as stack traces and variable evaluation.
.Note: Please include any substantial examples (debug session output,
stacktraces, etc) as linked gists.
If this is about source listing not showing up (or breakpoints not being
accepted) while running in a container please read our
FAQ
first.
dlv version
)?1.21.2
go version
)?1.21.6
macOS Sequoia
/Apple Silicon M2
The text was updated successfully, but these errors were encountered: