Hi, is there any way to see the values of private varibles while debugging given that that variable is in a class that is compiled to an dll and not possible to edit?
+4
A:
The Visual Studio debugger should already show you those variables when you inspect an instance of the type. Is it not doing so?
Jon Skeet
2010-09-08 10:49:22