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
In a source window, right-click the line of source code that contains the disabled breakpoint that you want to enable.
Click Breakpoint, and then click Enable / Disable Breakpoint.
To enable a breakpoint by using the Breakpoints window
On the Debug menu, click Windows, and then click Breakpoints.
Select the check box of each breakpoint that you want to enable.
Close the Breakpoints window.
To enable a breakpoint by using the Call Stack window
When you are debugging and in break mode, on the Debug menu, click Windows, and then click Call Stack.
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