Share via


Removing a Breakpoint (Windows Embedded CE 6.0)

1/5/2010

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, choose Breakpoint, and then choose Toggle 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. From the Debug menu, select Toggle Breakpoint.

    - or -

    Right-click a line in the Call Stack window, choose Breakpoint, and then choose Toggle Breakpoint from the shortcut menu.

To remove a breakpoint in the Breakpoints window

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

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

  3. Choose Remove or press DELETE. Click OK.

    For a location breakpoint, the red dot in the left margin disappears.

To remove all breakpoints from the Breakpoints window

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

  2. To remove all breakpoints, choose the Clear All Breakpoints button.

See Also

Reference

Call Stack Window

Concepts

Setting and Removing Breakpoints
Breakpoints
Viewing Breakpoint Information