Often I reach a breakpoint. Then I want to move the run cursor above. unable to set the next statement to this location.
Then visual studio keeps running even though we're in a breakpoint.
Printable View
Often I reach a breakpoint. Then I want to move the run cursor above. unable to set the next statement to this location.
Then visual studio keeps running even though we're in a breakpoint.
Visual studio MUST run, or you code will go away. That is by design. The only thing that stops running is the execution of your code.
No. I mean visual studio keep running my code even though it's already stopped at breakpoint?.
What makes you think this?