|
|
|
|
|
by hulke
881 days ago
|
|
As far as I know the .net debugger infrastructure is not open source, so unless you are happy to stay within the confines of VSCode, I think that your options are pretty limited for stepping through your code. Running .net code on Linux is fine, though. |
|
This is vsdbg (which comes with Visual Studio 2022 and the Microsoft-provided binary of VS Code).
There are alternatives like OmniSharp[1], the debugger shipped with JetBrains Rider, and Samsung's netcoredbg[2].
[1]: https://github.com/OmniSharp
[2]: https://github.com/Samsung/netcoredbg