Nicolas Moinard
Nicolas Moinard
I am running in the same issue but it does not seem to be related to the path. I have an [opened issue](https://github.com/mfussenegger/nvim-dap/issues/1337) on the [nvim-dap](https://github.com/mfussenegger/nvim-dap) repository and the logs...
I tried to run in CLI mode as follows: ```bash /path/to/netcoredbg --interpreter=cli -- /path/to/dotnet /path/to/bin/Debug/net8.0/testDap.dll ``` When setting a breakpoint I end up with the following error: ```bash ncdb> break...
Silly me, I even posted the `netcoredbg --buildinfo` without seeing it has the wrong architecture. (x64 instead of arm64). > This is strange. Does your test program work without debugger?...