Any other .NET devs out there?

It seems we have it the worst since we can’t debug a form of VSCode… Or does that not affect you that much ?

1 Like

I think it’s difficult to solve, because the dotnet debugger is not open-source, and it is only used on vscode.

1 Like

seems I am the only one using .NET anyways… im old

1 Like

Bro, I’m here.

I worked around this on a mac using netcoredbg. It was a little bit tricky since the debugger on their repository for arm mac did not work on my machine. Compiling it from source has allowed me to debug and stop at breakpoints. You may not need to build and compile from source if you are on windows, linux or an intel mac.

Try following the readme in the repo below and let me know how that goes!