Breakpoint vs Run to cursor - Visual Studio 2019

Shervan360 1,661 Reputation points
2021-03-14T20:54:08.92+00:00

Hello,

What's the difference between breakpoint and Run to cursor?

Thanks

Developer technologies | Visual Studio | Debugging
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. David Lowndes 4,726 Reputation points
    2021-03-14T20:58:18.453+00:00

    Setting a breakpoint is permanent (at least until you delete the breakpoint), whereas run to cursor is a one off occurrence.

    2 people found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.