Enabling and Disabling Breakpoints

You can enable or disable breakpoints with the Breakpoints window. When a breakpoint is disabled, it still exists, but the debugger does not realize it and the program execution does not stop at it.

To enable/disable breakpoints:

  1. Select View > Breakpoints or click the Breakpoints button.

    The Breakpoints window appears.

  2. Check a breakpoint to enable it.
  3. Uncheck a breakpoint to disable it.

Tip iconTip

You can also use the pop-up menu of the Breakpoints,Source and Assembler window or theDebug menu to enable or disable breakpoints.

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.