Share via


Disabling a Breakpoint

Other versions of this page are also available for the following:

Windows Mobile SupportedWindows Embedded CE Supported

8/27/2008

You can control breakpoint behavior from the Breakpoints List window. The first time you choose Disable Breakpoint on the shortcut menu, all breakpoints on the line are disabled, and the gray dot changes to a hollow circle.

To disable a breakpoint in the Breakpoints window

  1. From the Debug menu, choose Windows and then choose Breakpoints.

  2. Find the breakpoint in the Breakpoints list.

  3. Clear the check box next to the breakpoint you want to disable.

  4. Choose OK.

  5. To change the state of one or more breakpoints in the Breakpoints list, use the SPACEBAR.

To disable a breakpoint in the Call Stack window

  • Right-click a line in the Call Stack window that has a breakpoint specified, and then choose Toggle Breakpoint.

    The red circle changes to a white circle.

See Also

Reference

Call Stack Window

Concepts

Viewing Function Calls
Breakpoints List Window