Inspect Manual
Error and Warning Messages
Inspect Manual—429164-006
A-25
146
146
This error is reported when you enter a break command with an illegal combination of
data breakpoint types. ACCESS specifies a break event should occur on read access,
in addition to write access of the data item.
169
An attempt was made to display an enumerated type that contains a value for which
there is no corresponding enumeration. The program might have accidentally
overwritten a variable with a value outside of the enumeration range.
170
A dereferencing operator was applied to the item indicated by item, but item is not a
pointer.
171
The value indicated was found in the tag field of a Pascal variant record, but it does not
have a variant defined for it. Your program might have accidentally overwritten the tag
field.
172
A STEP OUT command was issued with a count greater than 10. Inspect allows a
maximum of 10 procedure levels to be stepped with one command. If you want to step
more than 10 levels, issue several STEP OUT commands.
173
A STEP OUT command was issued when the program's main procedure was the only
active procedure.
ACCESS is not allowed with READ or WRITE
Following value was invalid for enumerated type
Only pointers may be dereferenced: item
Value of tag field has no associated variant item
Step out maximum is 10
Step out is not allowed from the main scope unit