To set a line breakpoint:
To set all other types of breakpoints:
The New Breakpoint dialog box opens. Make sure the Debugger drop-down list is set to the correct debugger.
In the Breakpoint Type drop-down list, select the type of breakpoint you want to set: Function, Line, or Instruction.
Set any additional options you require in the New Breakpoint dialog box and click OK. If you set a condition on the breakpoint, the expression is evaluated according to the language of the source file in which the breakpoint is set.
To modify an existing breakpoint:
Adjust any settings or actions you require and click OK.
The IDE updates the breakpoint.
To enable and disable a breakpoint:
Note:
See Also | |
---|---|
C anc C++ Breakpoints in the IDE |