
Chapter 6: Debugging with Visual Studio | 161 |
Figure 6-9 The Autos window
list can be quite long, depending on how many variables are in scope. You would want to use the Locals window to find any variables being affected by the current algorithm. In comparison, Figure
Notice that the Autos window provides a more
Watch Windows
A Watch window allows you to create a custom list of variables to watch. You can drag and drop variables from the editor or type a variable name in the Watch window. Selecting Debug Windows Watch will display a list of four Watch windows, where you can have four different sets of data to inspect at one time. Figure