Freescale Semiconductor Microcontrollers User Manual

Page 754

Advertising
background image

Debugger Engine Commands

Debugger Commands

754

Microcontrollers Debugger Manual

The COLLAPSE command folds one item. The item name must be given. The
following command folds the TargetObject:

inspect < ATTRIBUTES COLLAPSE “Object Pool” TargetObject

The SELECT command shows the information of the specified item on the right
pane. The following command shows all Objects attached to the TargetObject:

inspect < ATTRIBUTES SELECT “Object Pool” TargetObject

The SPLIT command sets the position of the split line between the left and right
pane. The value must be between 0 and 100. A value of 0 only shows the right
pane, a value of 100 shows the left pane. Any value between 0 and 100 makes a
relative split. The following command makes both panes the same size:

inspect < ATTRIBUTES SPLIT 50

The MAXELEM command sets the number of subitems to display. After the
following command, the Inspector prompts for 1000 subitems:

inspect < ATTRIBUTES MAXELEM ON 1000

The FORMAT command specifies whether to display integral values like
addresses as hexadecimal or decimal. The following command specifies the
hexadecimal display:

inspect < ATTRIBUTES FORMAT Hex

Advertising