Visual-studio – Visual Studio 2008 not showing member values of structure pointer

cvisual-studio-2008

I'm writing C code and sometimes when debugging, Visual Studio 2008 will not display any data when I hover over certain variables. It seems random, and although it's seldom, I'm in a tough spot when it does happen.

Does anyone know how to fix or avoid this?

Thank you very much!

Best Answer

I have the exact same issue. I am quite sure that Visual Assist X is to blame, I never had this issue for 5 years before installing VA X last week.

So I suggest these three options:

  1. File an issue report to VA X devs.
  2. Disable (temporarily) or uninstall VA X.
  3. Create a watch for every single value you want to have a look at -- very annying indeed!