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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -