Reputation: 1008
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?
Upvotes: 0
Views: 1940
Reputation: 1500375
The Visual Studio debugger should already show you those variables when you inspect an instance of the type. Is it not doing so?
Upvotes: 4