Modifying Breakpoints

You can modify breakpoints with the Breakpoints window.

To modify a breakpoint:

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

    The Breakpoints window appears.

  2. Right-click the breakpoint you want to modify.

    A pop-up menu appears.

  3. Select Modify.

    The Modify Breakpoint dialog box appears where you can change the breakpoint settings.

Note iconNote

If you modify a breakpoint request, all breakpoints the debugger realized from this request are modified as well.

You can modify breakpoints realized by the debugger, however, you must be aware that the debugger probably will remove breakpoints or realize new ones depending on the breakpoint request settings and the program context. This means, to change the breakpoints permanently, you would have to modify your breakpoint request.

Modifying one of multiple breakpoints realized from a request, does not affect the other realized breakpoints of this request.

See Also


Submit feedback on this help topic

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