CooCox CoDebugger Variables view
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.
The Variables View, shown with columns:
There are many commands available in the Variables View:
| Command |
Name |
Description |
Availability |
| |
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 |
| |
Display As Array |
Display As Array |
Context menu |
| |
Cast To Type… |
Cast To Type… |
Context menu |
| |
Restore original Type |
Returns the selected variable to the original type |
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 |
Creates a new watchpoint on the currently selected field. |
Context menu |
| |
Add Globle Variables |
Add Globle Variables |
Context menu |
| |
Remove Globle Variables |
Remove Globle Variables |
Context menu |
| |
Remove All Globle Variables |
Remove All Globle Variables |
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 |
|
|