netcoredbg icon indicating copy to clipboard operation
netcoredbg copied to clipboard

NetCoreDbg is a managed code debugger with MI interface for CoreCLR.

Results 63 netcoredbg issues
Sort by recently updated
recently updated
newest added

Updated the header title, updated some grammar, added missing hyperlinks, formatted the shell commands into a single code block since the code formatting was missing, and revised some of the...

I have a .Net 8 Console App and when the debugger executes Debug.Writeline("...") the App exits with no errors or exception thrown. I am using VS Codium on Windows 11....

Fixes #175 Tested on Windows through nvim-dap with a .Net Core Web API template project, test suite is also still passing on Windows.

### Description I'm trying to use netcoredbg from neovim through nvim-dap and I get the following errors when debuging a simple ASP.NET Core Web API template project on Windows: ```...

bug

### Description Releases are missing the `netcoredbg-osx-arm64.tar.gz` asset. Adding the osx-arm64 asset to the release would be very convenient, as it allows users to use simple scripts for installation rather...

When running netcoredbg to debug a godot .NET project with this command: `netcoredbg --interpreter=cli -- godot Main.tscn` It starts godot, it hangs indefinitly and shows this output in the netcoredbg...

I am running netcoredbg via neovim and nvim-dap to debug my tests. After upgrading to xunit.v3 I have lost the ability to debug my tests. If i revert the test...

Hello - I want test it at riscv64 platform, but there no builds for it. Also tried to build by my self, but there no binary of dbgshim. But it...

I'm trying to run netcoredbg from Neovim. I build the project successfully but when running the debugger, at some point, the program crash. In `journalctl` I can see : ```...

Hello. There no information about active breakpoint on StoppedEvent (DAP) https://github.com/Samsung/netcoredbg/blob/83214c3993c052a0ccb8854b913e028c5e365bc6/src/protocols/vscodeprotocol.cpp#L162 But in other protocols - breakpoint info exists (https://github.com/Samsung/netcoredbg/blob/83214c3993c052a0ccb8854b913e028c5e365bc6/src/protocols/miprotocol.cpp#L411) ``` event.breakpoint.id ```