You can modify breakpoints with the Breakpoints window.
To modify a breakpoint:
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.
Copyright © 2001-2011, Intel Corporation. All rights reserved.