When using CDT I would like to have std::string show up in the 'variable' debug window with the string it contains. For instance if it is currently holding the word "history" I would like to see history in the debugger window labeled "variables".
I think that there is a general way to have it drill down into objects but I can't put my finger on it. Does anyone out there know how to do this?
This would also be useful for me to use when outputting just a single field from a complex object.
Thanks, Bill