Toolbar
| Item | Tooltip and shortcut | Description |
|---|---|---|
![]() | Add Breakpoint Alt+InsertAlt+Insert | 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 | |||||||||||||
| Condition | Select this check box and specify a condition for hitting a breakpoint in the text field.
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:
|





