7 Inspecting variables

When a program pauses at a break point, you can inspect the values of variables. This allows you to analyze the “snapshot” of the state of a program when it has paused.

 7.1 Inspecting simple variables
 7.2 Watching a general expression
 7.3 Using the Watches window