Native Inspect Manual (H06.04+)

Syntax of Native Inspect Commands
Native Inspect Manual528122-005
4-29
enable display command
Example
To disable and then enable a breakpoint:
enable display command
Enables the evaluation and display of a previously disabled display expression.
If you do not specify a num, the command displays all the previously displayed
expressions on the automatic display list.
num
is an ordinal number that identifies an expression on the automatic display list.
Considerations
To specify an expression for automatic display, use the display command.
To display the expression numbers on the automatic display list, either use the info
command with the display option, or enter the display command with no
arguments.
(eInspect 1,329):disable 1
(eInspect 1,329):info break
Num Type Disp Enb Address What
1 breakpoint keep n 0x70002540 in pcbDataStructs_initialize
at
\SIERRA.$YOSE1.SYMBAT1.SCXXTST:352
stop only if pcb->pin == 2
print PCB
(eInspect 1,329):enable 1
(eInspect 1,329):info break
Num Type Disp Enb Address What
1 breakpoint keep y 0x70002540 in pcbDataStructs_initialize
at
\SIERRA.$YOSE1.SYMBAT1.SCXXTST:352
stop only if pcb->pin == 2
print PCB
enable display [ num ]