Viewing structures

If the item being viewed is a structure, the data explorer will show each field of the struct separately.

The following is a data explorer showing a struct. It was generated with the command view my_tree:

In this example, the data explorer value is *my tree, and its type is struct tree, which contains five fields: language, word, id, left, and right.

Fields are displayed in their natural format (except unexpanded fields that are structures or arrays), pointers to simple items are tracked and the value of the item pointed to is shown. By default, fields are highlighted whenever their values change. See also "ShowChanges".

Related topic:


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.