when i have a var like char my_array[23] I can see it all the array value by click on name and expanding the array.
but I can do it when var is like char *my_data I see only first data.
how debugger in vc++ can have same behavior for this two case?
you must write in watch window
my_data,23
and can expand it like a array.