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
Vlad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.