The Variables View displays information about the variables associated with the stack frame selected in the Debug View. When debugging a C/C++ program, data that contains variables can be expanded to show the variables and the fields the variables contain.
You can view information about the variables in a selected stack frame in the Variables view. When execution stops, the changed values are by default highlighted . Like the other debug-related views, the Variables view does not refresh as you run your executable. A refresh occurs when execution stops.
| Command |
Name |
Description |
Availability |
 |
Show Type Name |
Configure columns to show type names. |
view action |
 |
Show logic structure |
Show logic structure of the Variables. |
view action |
 |
Collapse All |
Collapse all the Variables. |
view action |
 |
Add Globle Variables |
Add Globle Variables. |
Context menu and view action |
 |
Remove Globle Variables |
Remove Globle Variables. |
Context menu and view action |
 |
Remove All Globle Variables |
Remove All Globle Variables. |
Context menu and view action |
| |
Select All |
Selects all of the variables in the view. |
Context menu |
 |
Copy Variables |
Copies the selected variables to the system clipboard. |
Context menu |
 |
Enable |
Enables a currently disabled variable. |
Context menu |
 |
Disable |
Disables a currently enabled variable. |
Context menu |
 |
Cast To Type… |
Cast To Type… |
Context menu |
 |
Display As Array |
Display As Array. |
Context menu |
| |
View Memory |
Allows you to create a memory monitor for the selected variable. |
Context menu |
| |
Format |
Select a format type. Choices include: BInary, Decimal, Natural, and hexadecimal. |
Context menu |
| |
Find... |
Opens the search dialog to find elements in the variables view. |
Context menu |
 |
Change Value...
|
Allows you to change the value for the underlying selected variable. |
Context menu |
 |
Add Watchpoint(C/C++) |
Add Watchpoint(C/C++). |
Context menu |
 |
Watch |
Allows you to create a watch expression for the selected variable. |
Context menu |