Share via


Disable Breakpoints (Compact 7)

3/12/2014

You can disable breakpoints by using a source window, the Breakpoints window, and the Call Stack window. Also, you can disable all breakpoints simultaneously.

To disable a breakpoint by using a source window

  1. In a source window, right-click the line of source code that contains the enabled breakpoint that you want to disable.

  2. Click Breakpoint, and then click Enable / Disable Breakpoint.

To disable a breakpoint by using the Breakpoints window

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

  2. Clear the check box of each breakpoint that you want to disable.

  3. Close the Breakpoints window.

To disable 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 an enabled breakpoint, and then click Toggle Breakpoint.

To disable all breakpoints

  • On the Debug menu, click Disable All Breakpoints.

See Also

Concepts

Breakpoints
Kernel Debugger
Debugging

Other Resources

Windows Embedded Compact 7