Statics window
The Statics window is available from the View menu.

This window displays the values of variables with static storage duration that you have selected. Typically, that is variables with file scope but it can also be static variables in functions and classes. Note that volatile declared variables with static storage duration will not be displayed.
Every time execution in C-SPY stops, the values in the Statics window are recalculated. Values that have changed since the last stop are highlighted in red.
Click any column header (except for Value) to sort on that column.
In the window, right-click and choose Select Statics from the context menu. The window now lists all variables with static storage duration.
Either individually select the variables you want to display, or choose one of the Select commands from the context menu.
When you have made your selections, choose Select Statics from the context menu to toggle back to normal display mode.

