-
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
Unable to debug .NET 5 application after upgrading to macOS Big Sur #45282
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 DetailsDescriptionRecently, I've upgraded my mac to macOS Big Sur, now, I'm no longer able to debug .NET applications via vscode.
ConfigurationI'm running .NET 5.0.100 on macOS Big Sur (Macbook 2017 Pro, Intel x64) Regression?I tried changing the target framework to Other informationI read that some people have fixed a similar problem by downgrading XCode from v12 to v11, I tried it myself (downgraded to v11.7) but it didn't work
|
This is a dupe of #42311. Closing in favor of that one. |
Description
Recently, I've upgraded my mac to macOS Big Sur, now, I'm no longer able to debug .NET applications via vscode.
Whenever I try to attach a debugger, I get this error
Configuration
I'm running .NET 5.0.100 on macOS Big Sur (Macbook 2017 Pro, Intel x64)
This happens with any .NET application
Regression?
I tried changing the target framework to
netcoreapp3.1
and got the same error.Other information
I read that some people have fixed a similar problem by downgrading XCode from v12 to v11, I tried it myself (downgraded to v11.7) but it didn't work
The text was updated successfully, but these errors were encountered: