Remove Breakpoints (Compact 7)

3/12/2014

You can remove a breakpoint by using a source window, the Call Stack window, the Breakpoints window, or the Debug menu.

To remove a breakpoint by using a source window

  1. Click the line of source code that contains the breakpoint that you want to remove.

  2. On the Debug menu, click Toggle Breakpoint.

To remove a breakpoint by using the Call Stack window

  1. When you are debugging and in break mode, on the Debug menu, click Windows, and then click Call Stack.

  2. In the Call Stack window, right-click a line that contains a breakpoint, and then click Toggle Breakpoint.

To remove a breakpoint by using the Breakpoints window

  1. On the Debug menu, click Windows, and then click Breakpoints.

  2. In the Breakpoints window, click the breakpoint that you want to remove.

  3. Click the Delete button (X) or press the Delete key.

To remove all breakpoints by using the Debug menu

  • On the Debug menu, click Delete All Breakpoints.

See Also

Concepts

Breakpoints
Kernel Debugger
Debugging

Other Resources

Windows Embedded Compact 7