✅ 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.8 Replies
Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View
yeah, I'm trying to run inside a docker, thought this could do the trick
Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View
that's for work
Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View
not for now
yeah, we kinda now that but for now we're stuck with 2.2
I'll probably just install a VM and get it running
Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View
tks for the help!