Toolbar
| Item | Tooltip and shortcut | Description |
|---|---|---|
![]() | Add Breakpoint Alt+InsertAlt+InsertAlt+InsertAlt+InsertAlt+InsertCtrl+N or Alt+InsertAlt+InsertAlt+InsertControl N or Control EnterControl N or Control EnterMeta N or Control Enter | Click to show the list of available breakpoint types. Select the desired type to create a new breakpoint. |
![]() | Remove Breakpoint | Click this button to remove selected breakpoints. |
| Group by File | Select this check box to display breakpoints under their respective files: |
Breakpoint options
| Option | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Suspend | Select this check box to suspend program when a breakpoint is hit. If the check box is not selected, the program is not suspended. | ||||||||||||
| Condition | Select this check box and specify a condition for hitting a breakpoint in the text field.
A condition is a Boolean expression. This expression should be valid at the line where the breakpoint is set, and is evaluated every time the breakpoint is reached.If the evaluation result is true, user-selected actions are performed. If evaluation result is true, user-selected actions are performed. If the result is false, the breakpoint does not produce any effect. If the Debugger cannot evaluate the expression, it displays the Condition evaluation error message. You can select whether you would like to stop at this breakpoint or ignore it. | ||||||||||||
| Actions | In this section, select the check boxes to define the action to be performed on hitting a breakpoint:
|




