tags:

views:

33

answers:

1

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