Debugging
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
When you run an application (debug build) from Visual Studio .NET 2003, you get the Locals and Autos windows. When you break program execution they display whatever variables happen to be around. They also display + signs next to variable names that refer to classes so you can see details about all the properties and members of that particular class. My problem is that when I click the plus sign, it goes away and neither Locals, Autos or Watch windows expand the properties or the class and I was wondering if anyone has any suggestions as to how I might solve this?