You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add C# debugger support using Samsung/netcoredbg as the underlying executable. Provide launch and attach configurations to it for the start. This is inline with how mfussenegger/nvim-dap handles C# debugging as well, so it should be a suitable option.
Motivation
I would love to use Helix as my main editor, but professionally I mostly code in C# and thus I would not be able to fully migrate without this support.
Alternatives
I am unaware of other alternatives, but I am open to discuss them. However, from the small interactions that I had with the netcoredbg team they seem highly reliable, quick to respond and open to improvements, so I feel like they are a good option.
The text was updated successfully, but these errors were encountered:
Add C# debugger support in the `languages.toml` file. This includes
"launch" and "attach" configurations that employ [netcoredbg][netdbg].
In order to make it work with the aforementioned debugger, the
`Initialized` DAP event response is changed to include an optional
`DebuggerCapabilities` response, as per the specification.
[netdbg]: https://github.com/Samsung/netcoredbgCloses: helix-editor#4212
Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
Description
Add C# debugger support using Samsung/netcoredbg as the underlying executable. Provide
launch
andattach
configurations to it for the start. This is inline with how mfussenegger/nvim-dap handles C# debugging as well, so it should be a suitable option.Motivation
I would love to use Helix as my main editor, but professionally I mostly code in C# and thus I would not be able to fully migrate without this support.
Alternatives
I am unaware of other alternatives, but I am open to discuss them. However, from the small interactions that I had with the netcoredbg team they seem highly reliable, quick to respond and open to improvements, so I feel like they are a good option.
The text was updated successfully, but these errors were encountered: