Debugger not showing updated variable values

  • Thread starter Thread starter nehalg
  • Start date Start date
N

nehalg

Guest
I am working on a project on VS2010 C++. But somehow the debugger is not showing correct values for many variables in the local/auto/watch windows.

Sometimes it shows correct values after executing another 2-3 statements while in someother case it wouldn't show some variables in auto/local/watch window even if that variable is being used afterwards (i.e. variable is not out of scope due to optimization).

It was working perfectly fine before my computer got Win7 update. I am not sure what all got updated. I tried cleaning and rebuilding but didn't work. I wanted to upload a screenshot but I am in a process of updating to SP1 and don't want to mess up with installation process.

Anyone has idea (I am not sure if SP1 will solve the issue)?

Thanks,
Nehal.
NG

Continue reading...
 
Back
Top