Visual Studio 2010 C++ debugger -- cannot see data -
sometimes when using data viewer in debug mode in visual studio 2010 (c++), cannot see data. can see data of many other variables, not 1 shown below. element below array. how rid of "(error)" messages , see data?
update: wrote member function called "view". if jump function call, debugger works fine , can see class variables. maybe issue debugger following pointers.
is object "test" 1 of standard stl class (vector, set, etc..)?
if yes, should size in debugger tooltip - , looks corrupted autoexp.dat file.
if did modification in autoexp.dat, try revert , check if helps.


Comments
Post a Comment