When using variables that are out of scope (not available to the currently running code), the Watch window will show it. The Value column will show <Out of Context>, meaning that the expression being monitored is out of scope. If the variable is needed to be monitored at all times, you should define a different scope for the variable.