Viewing variables in the EGL debugger

Whenever a program is paused, you can view the current values of the program’s variables.

To view a program’s variables, do as follows:

  1. In the Variables view, expand the parts in the navigator to see their variables.

  2. To display the variables’ types, click the Show Type Names button on the toolbar.

  3. To display the details of a variable in a separate pane, click on the variable, then click the Show Detail button on the toolbar.

Related concepts
EGL debugger

Related tasks
Creating a launch configuration in the EGL debugger
Starting a non-J2EE application in the EGL debugger
Stepping through an application in the EGL debugger
Using breakpoints in the EGL debugger