Disable Breakpoints (Compact 2013)
3/26/2014
You can disable breakpoints by using a source window, the Breakpoints window, and the Call Stack window. You can also disable all breakpoints simultaneously.
To disable a breakpoint by using a source window
In a source window, right-click the line of source code that contains the enabled breakpoint that you want to disable.
Click Breakpoint, and then click Enable / Disable Breakpoint.
To disable a breakpoint by using the Breakpoints window
On the Debug menu, click Windows, and then click Breakpoints.
Clear the check box of each breakpoint that you want to disable.
Close the Breakpoints window.
To disable 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 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