Rafael Brugnollo
✅ Is anybody developing dotnet 2.2 on a Mac M1 or M2 chip? I can't figure out a way to debug it.
So far I was able to use VS Code "Reopen in Container" to open the project in a container with dotnet 2.2 installed.
I can then
dotnet run
the project and it works fine, but I can't launch it from the debugger or attach a debugger to it.
I'm kinda stuck now.45 replies