G
Guest
Should private fields of a .NET component show up when debugging the
container application?
Example, I have a field defined as
[NonSerialized]
private bool disposed = false;
When I set a breakpoint in my container app and look at the component's
props/fields list in the debugger, the field 'disposed' is listed.
If I change it to private, it does not show up. Obviously a simple change,
but I'm not clear on the rules.
container application?
Example, I have a field defined as
[NonSerialized]
private bool disposed = false;
When I set a breakpoint in my container app and look at the component's
props/fields list in the debugger, the field 'disposed' is listed.
If I change it to private, it does not show up. Obviously a simple change,
but I'm not clear on the rules.