Viewing Variables
On the right side of the Debug panel, Project Builder displays variables for the selected frame. If a variable's value is in red, it's changed since the last statement was executed.
The variables fall into three sections:
- File Static lists static variables declared at a file's top level.
- Arguments lists the arguments to the currently executing function.
- Locals lists the local variables declared in the currently executing function.
To view the contents of a struct:
- Click the triangle beside the structure's name.