Blank watch in watch window

cel

Newcomer
Joined
Jun 24, 2003
Messages
13
I have a custom class called NodeData, and when I add a watch to the watch window of a local variable which I KNOW is instantiated and HAS been set with various variables, I get a watch that's completely blank. This has only happened to me with C# making a Windows Form. I haven't been inclined to -test- it on anything else.

nData {NodeData}
- <blank> <blank>
- <blank> <blank>
etc...

it obviously doesn't SAY <blank>. Something is screwed up with this watch window. Anyone have any ideas?
 
Last edited:
Back
Top