How about: set a breakpoint on the class constructor. After it's initialized, look up the memory address of the member variable. Then set your data breakpoint on that memory address.<BR><BR>There may ...
Is there a built-in way to enumerate or iterate through all member variables in a C# class? I'm trying to implement a custom serialization solution.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results