When stepping through a program in debug mode this window is used to show the value of the variables referenced in the current statement before the statement is executed. If the value of variable is changed during the statement then the new value will be displayed in red on exit.
The context menu for this window, like all variable windows, provides the ability to Inspect, Watch, Trap and Modify the variable selected.