The Wing IDE debugger provides several ways in which to look at your debug program's data:
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.