Multiple selections in list box, Checking expressions – Freescale Semiconductor Microcontrollers User Manual

Page 161

Advertising
background image

Control Points

Breakpoints

161

Microcontrollers Debugger Manual

Update button to Update all modifications in the dialog box.

Add button to add new breakpoints. Specify the Address (in hexadecimal when Hex

format is checked, or as an expression when Hex format is unchecked).

OK button to validate all modifications.

Cancel button to ignore all modifications.

Help button to open related help information.

Multiple Selections in List Box

The list box allows you to select multiple consecutive breakpoints by clicking the first
breakpoint then pressing the Shift key and clicking the last breakpoint you want to select.

The list box allows you to select multiple breakpoints that are not consecutive by clicking
the first breakpoint then pressing the Ctrl key and clicking another breakpoint.

When multiple breakpoints are selected in the list box, the name of the group box
Breakpoint: is changed to Selected Breakpoints:.

When selecting multiple breakpoints, the Address (hex), Name, Condition, Disable for
condition, Command, Current, and Interval controls are disabled.

When multiple breakpoints are selected, the Disable and Temporary controls in the
Selected breakpoints: group box are enabled and Disable in the Command: group box is
enabled.

Checking Expressions

You can enter an expression in the Condition: group edit box. The syntax of the
expression is checked when you select another breakpoint in the list box or click OK. The
syntax is parameters = = expression. For a register condition the syntax is
$RegisterName = = expression
.

If a syntax error has been detected, a message box is displayed:

Incorrect Condition. Do you want to correct it?.

If you click OK, correct the error in the condition edit box.

If you click Cancel, the Condition: edit box is cleared.

Advertising