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?

enter image description here

update: wrote member function called "view". if jump function call, debugger works fine , can see class variables. maybe issue debugger following pointers.

enter image description here

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

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -