Skip to content
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

Allowing arm64 macOS to debug dotnet projects #4288

Merged

Commits on Dec 11, 2020

  1. Allowing arm64 macOS to debug dotnet projects

    Issue dotnet#4277
    
    This commit removes the bit of code that was preventing the .net debugger from starting on Apple Silicon.
    I've added a warning message that indicates that you might see unexpected issues when running this way.
    This should start working once macOS 11.1 is released next week. (See dotnet/runtime#44958 for more details)
    arthurlockman committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    bb21168 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a01fca4 View commit details
    Browse the repository at this point in the history