-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
.NET 9 x64 on arm mac unable to debug #112156
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
1 similar comment
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
I'm experiencing the same issue. |
@tommcdon is this your area? |
Yes, thanks |
@Sh18RW I was unable to reproduce the issue on my Mac m1 with Sequoia 15.3.1. Would you mind trying the instructions at https://github.com/dotnet/vscode-csharp/wiki/Debugging-x64-processes-on-an-arm64-computer and determine if the issue still reproduces? |
The issue is no longer reproducible now. It has been resolved. Apparently, some OS component has been updated. |
Thanks @Sh18RW! I will close this issue since the issue no longer reproduces, as it was likely addressed by an OS/Rosetta fix. |
Describe the bug
I am unable to start debugging anything using x64 .NET 9. I have tried using Visual Studio Code
vsdbg
and Rider, but the debugger starts and then suddenly stops without any message. In the Debug Console, I found similar error messages:Rider:
VS Code:
There is no any information.
To Reproduce
I use Mac Sonoma 14.4.1 with ARM archetype, x64 .NET 9.
If I use ARM version, it works fine.
Further technical details
The text was updated successfully, but these errors were encountered: