Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(csharp,debug): add C# debugger support #4213

Merged

Commits on Oct 11, 2022

  1. feat(csharp,debug): add C# debugger support

    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/netcoredbg
    
    Closes: helix-editor#4212
    Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
    filipdutescu committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    7c62a9d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. chore: address review comments

    Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
    filipdutescu committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    ae90724 View commit details
    Browse the repository at this point in the history