https://github.com/MattParkerDev/sharpdbg is a bespoke .NET debugger, written in C#. It includes some additional features that netcoredbg still haven't implemented yet. Since netcoredbg release: https://github.com/Samsung/netcoredbg/releases/tag/3.2.0-1092 - they no longer publish amd64 executables for macOS, leaving me with no other option than to switch to another debugger. Another benefit for sharpdbg is that it comes packaged as a NuGet tool that can be installed globally, however I want to manage my neovim LSP/Debugger dependencies from Mason.
https://github.com/MattParkerDev/sharpdbg is a bespoke .NET debugger, written in C#. It includes some additional features that
netcoredbgstill haven't implemented yet. Sincenetcoredbgrelease: https://github.com/Samsung/netcoredbg/releases/tag/3.2.0-1092 - they no longer publishamd64executables for macOS, leaving me with no other option than to switch to another debugger. Another benefit forsharpdbgis that it comes packaged as a NuGet tool that can be installed globally, however I want to manage my neovim LSP/Debugger dependencies from Mason.