|
|
|
|
|
by neonsunset
638 days ago
|
|
It's not. Base C# extension for VS Code is free and MIT[0], the closed component, that is a debugger, is free as well. There is an open-source alternative too, and what effectively all debugger implementations do is integrate with debugger API provided by .NET itself, which any new tool can hook into. At the same time, Rider uses its own homegrown debugger, that works even better and has nice time-travel capability. [0]: https://github.com/dotnet/vscode-csharp (this is _not_ DevKit, which is optional, the actual language support like Roslyn language server is part of the base extension, and you really don't need DevKit which has "extra VS-style accommodations" most of which can be done with different extensions, if that's what you want) |
|
Iff you use Microsoft's builds of VS Code. Just like back in 2018.
> At the same time, Rider uses its own homegrown debugger, that works even better and has nice time-travel capability.
So... still useless for the rest of us.