16. Debugging Your Application : How Debugging an Application Works : How You Can View Object Variables
 
Share this page                  
How You Can View Object Variables
You can determine how you want to view object variables in the Debugger by clicking View, Examine Values from the Debugger menu. Options on the Examine Values submenu include the following:
As List with Object Heading
Lists attributes for the variable by object class with the class name in parentheses as a heading for each class
As List with no Heading
Lists attributes for the variable by object class with no heading given
By Object Node
Groups attributes by object class under an object node for the class. The object node for the class can be expanded to display the attributes that belong to the class.
Default: As List with Object Heading