I am having an issue with debugging a vb.net app in VS2019.
If I put a breakpoint in the code and start the application, the breakpoint is hit.
Furthermore, I can step through the code.
However, if I try to move the current line at a breakpoint to a previous line I will get an error "Unable to set the next statement. The next statement cannot be changed at this time."
I have tried different browsers with the same results.
I then created a simple console app just to see if debugging works on my VS. It does. The issue seems to be specific to the project.