Setting-And-Removing-Breakpoints
To locate logic errors in your program, you can step through your code by pausing execution at breakpoints and checking the values of variables.
To Set a Breakpoint:
or
You can set breakpoints in both debugging and non-debugging mode. After setting a breakpoint, a red circle displays in the left margin next to the line of code.
To Remove a Breakpoint:
You can remove breakpoints in both debug and non-debug mode.
To Remove all Breakpoints: