Wing IDE allows you to inspect locals and globals using the Stack Data tool. This area displays values for the currently selected stack frame.
Note
Values Fetched on Demand
The variable data displayed by Wing is fetched from the debug server on the fly as you navigate. Because of this, you may experience a brief delay when a change in an expansion or stack frame results in a large data transfer.
For the same reason, leaving large amounts of debug data visible on screen may slow down stepping through code.