view

This command creates a data explorer window to display an item. There are several ways to open a data explorer window:
Form Meaning
view exp
Creates a view displaying the expression exp.
view type
Creates a view displaying the type type.
view $locals$
Displays all local variables.
view filename
Displays all procedures and any special variables in the file filename.
view *address
Creates a window displaying the contents of the given location in memory. An asterisk (*) must be in front of the viewed address.
view exp1,exp2,exp3
Creates a view displaying the multiple expressions.

See "View command".


Previous

Next



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