Visual Studio Debugging Issue
Posted
by Aaron M
on Stack Overflow
See other posts from Stack Overflow
or by Aaron M
Published on 2010-03-19T16:01:49Z
Indexed on
2010/03/19
18:01 UTC
Read the original article
Hit count: 486
visual-studio-2008
|visual-studio
Seeing an issue when debugging in Visual Studio. All of the values under watch, and in the hover over window show up incorrectly. the only values that show properly, are values that are local to the method I am currently stepping through.
For example the watch value for 'this' when debugging shows the following under value
0x00000000ffac0388 { btnBack=0x00000000ffaccf20 btnReply=0x00000000ffacd200 btnForward=0x00000000ffacd420...}
some other variables show this, even though the variable is there.
error: 'this.foo' does not exist
The machine recently had windows 7 64 installed, since then this problem has occured. Visual studio has been reinstalled on this machine, and we verified that the settings in visual studio were exactly the same as a different PC that is the same machine and config.
© Stack Overflow or respective owner