Removing a Breakpoint (Windows CE 5.0)
You can remove a breakpoint from source code directly or by using commands from the Call Stack window. You can also remove a breakpoint from the Breakpoints List window.
To remove a breakpoint from the Call Stack window
Right-click a line in the Call Stack window and then choose Remove Breakpoint from the shortcut menu.
The red circle disappears.
To remove a breakpoint in a source code window
Move the insertion point to the line containing the breakpoint you want to remove.
Choose the Insert/Remove Breakpoint button on the Build toolbar.
- or -
Right-click and then choose Remove Breakpoint from the shortcut menu.
To remove a breakpoint in the Breakpoints List window
From the View menu, choose Debug Windows and then choose Breakpoints List.
Select one or more breakpoints in the Breakpoints list.
Choose Remove or press DELETE. Choose OK.
For a location breakpoint, the red dot in the left margin disappears.
In addition, you can remove all breakpoints.
To remove a breakpoint from the Breakpoints List window
- From the View menu, choose Debug Window and then choose Breakpoints List.
- Find the breakpoint in the Breakpoints list.
- Select the breakpoint you want to remove.
- Choose the Delete button from the menu bar. To remove all breakpoints, choose the Clear button.
- Choose OK.
See Also
Breakpoints| Call Stack Window | Viewing Breakpoint Information
Send Feedback on this topic to the authors