neotest-dotnet icon indicating copy to clipboard operation
neotest-dotnet copied to clipboard

Debug doesnt starting when trying to debug dotnet test using neovim and neotest

Open Vladipz opened this issue 8 months ago • 1 comments

When I set a breakpoint on the test and try to run it in the debugger, nothing happens, the indicator just blinks as if it is running, and after 450 seconds an error appears that the file could not be copied because it is already busy. Add screanshoot to understanding what i see enter image description here

I tried creating other projects and running the test there but still got the same result. I also tried to remove unnecessary sdk, reinstalled netcoredbg, tried to set breakpoints in different places. How it happens: I set a breakpoint, then go to the test window and press "d" to start debugging. From what I have seen, I can see that the testhost.net process still starts, but for some reason the interface does not start debugging

that is error fynally "vstest.console process failed to connect to testhost process after 450 seconds"

Vladipz avatar Jun 10 '24 21:06 Vladipz