| Using Flex Builder 2 > Programming Flex Applications > Running and Debugging Applications > Debugging your applications > Managing variables in the Variables view | |||
The Variables view displays the variables that the currently selected stack frame defines (in the Debug view). Simple variables (name and value) are displayed on a single line. Complex variables can be expanded to display their members. You use the Variables view to watch variables by adding them to the Expressions view and to modify the value of variables during the debugging session.
The Variables view provides the following actions, which are available from the Variables view toolbar and pop-up menu:
|
Command |
Description |
|---|---|
|
Show type names |
Displays the type names of variables. |
|
Show logical structure |
This command is not supported in Flex Builder. |
|
Change value |
Change the value of a selected variable. |
|
Watch |
Adds the selected variables to the Expressions view so that they can be monitored. |
The Set Value dialog box appears.
The variable contains the new value.
Modified variables are displayed in red.
The list of variables scrolls to highlight the appropriate variable names as you type.
Flex 2.01