Share via


Removing a Breakpoint (Windows CE 5.0)

Send Feedback

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

  1. Move the insertion point to the line containing the breakpoint you want to remove.

  2. 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

  1. From the View menu, choose Debug Windows and then choose Breakpoints List.

  2. Select one or more breakpoints in the Breakpoints list.

  3. 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

  1. From the View menu, choose Debug Window and then choose Breakpoints List.
  2. Find the breakpoint in the Breakpoints list.
  3. Select the breakpoint you want to remove.
  4. Choose the Delete button from the menu bar. To remove all breakpoints, choose the Clear button.
  5. Choose OK.

See Also

Breakpoints| Call Stack Window | Viewing Breakpoint Information

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.