Breakpoint Properties (Magic xpa 2.x)
The Breakpoint Properties dialog box includes the following properties:
| 
 | 
 | 
| 
 Break 
 | 
 This property determines how the program will break. The available options are: 
- 
Always – The execution will always break when the breakpoint is reached (unconditionally). 
 - 
Count – The execution will break when the number of iterations specified in the Count property is reached. 
 - 
Condition – The execution will break when the condition specified in the Condition property evaluates to True. 
  
 | 
| 
 Count 
 | 
 When the Break option is set to Count, you can type in a number in the Count property. If you type 0 (zero), the execution will not be break. 
 | 
| 
 Condition 
 | 
 When the Break option is set to Condition, you can zoom to the Expression Editor and enter a logical condition. This option is enabled only if the task in which the condition is defined is in focus. You can use variables from the current task tree. 
 |