Share via


Enable Breakpoints (Compact 2013)

3/26/2014

You can enable disabled breakpoints by using a source window, the Breakpoints window, and the Call Stack window.

To enable a breakpoint by using a source window

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

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

To enable a breakpoint by using the Breakpoints window

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

  2. Select the check box of each breakpoint that you want to enable.

  3. Close the Breakpoints window.

To enable 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 disabled breakpoint, and then click Toggle Breakpoint.

See Also

Concepts

Breakpoints
Kernel Debugger
Debugging

Other Resources

Windows Embedded Compact 2013