Re: Class Initialize bug due to property handler?

Tech-Archive recommends: Fix windows errors by optimizing your registry



That's it, so obvious but still so hard to figure out....
The watch needs to call all property gets in order to return a value to
display for them. I guess it's not a bug after all but rather an
annoyance. So the rule is to never do anything fancy within property
gets to other class variables to avoid confusion.

At least I can get around it by making my watch objects a bit less in
scope looking directly at the properties I'm after rather than the
whole object.

Thanks,
Henning

.