-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 6 Preview 2 MacOS ARM64: Unable to attach to CoreCLR. Unknown Error: 0x80131c3c #49665
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. |
Tagging subscribers to this area: @tommcdon Issue DetailsWhen I create new MVC app in .NET 6 Preview 2 in Visual Studio for Mac (Version 8.10 Preview (8.10 build 409)) I get this message as an output from debug. Configuration
|
We haven't shipped debugger support for Apple Silicon native with preview2. We are still working on deciding when to ship a beta |
/cc @WardenGnaw |
We shipped native preview debugger support with preview4+. VS Code debugger preview should be working. I am not sure how VS for MAC will need to be changed. I suspect it won't work yet as it won't use the native debugger, but I am not sure yet. /cc @vitek-karas @AaronRobinsonMSFT @richlander @gregg-miskelly |
VS Mac does not currently support using the native debugger. You should be able to use it with Rosetta if you have macOS 11.2 or later. |
Closing this issue since .NET Core 6 preview 4+ supports Apple Silicon, and the .NET Core VS Code adapter has shipped with ARM64 support: https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.23.12 |
When I create new MVC app in .NET 6 Preview 2 in Visual Studio for Mac (Version 8.10 Preview (8.10 build 409)) I get this message as an output from debug.
Unable to attach to CoreCLR. Unknown Error: 0x80131c3c
.Same problem I had with the stable build of Visual Studio for Mac (Version 8.9.1.34)
Configuration
The text was updated successfully, but these errors were encountered: