-
Notifications
You must be signed in to change notification settings - Fork 17
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
Debugging Error #48
Comments
As I was trying to do some TDD in C# on code-server/coder I encountered this aswell and took a swing at trying to figure this out.
actually gives you the reason for the error: After a bit of digging, I actually found out, this is due to
This upsets
Right now I am able to fix this issue by adding this code to
This solves the issue of the starting issue, but actually causes a separate issue - executing the command like that does work, but now causes another error down the line, as soon as it switches to the
|
This mystery is also solved, it turns out, netcordbg is
See the double "dotnet"? For some reason the So the "change" I did in
This leaves me with the problem that this thing is now stuck. It shows me the threads on the left, you can also "halt" them and resume them, but you cannot stop or terminate it, plus you have to Thanks! |
Clicking this button on a unit test:
Results in:
can't parse: [json.exception.type_error.302] type must be array, but is string
launch.json:
(Also happens with default configuration)
My best guess is that the error is coming from here, but I truly have no idea.
https://github.com/OmniSharp/omnisharp-vscode/blob/f807bafc3a332ea612f7b82a7bc0dc1a793825de/src/coreclr-debug/debuggerEventsProtocol.ts#L39
Pop!_OS
.NET 7.0.102
XXX/.vscode-oss/extensions/muhammad-sammy.csharp-1.25.0-universal/.omnisharp/1.39.0-net6.0/OmniSharp.dll
Log:
The text was updated successfully, but these errors were encountered: