Is there any way to visualize debug variable in VS 2003 like in 2005 or higher - comfortable tooltips, different visualizers? For instance, it is a problem for me to copy the whole value of the CString instance to clipboard during Debug in VS 2003. How can i do that?
Unfortunately VA does not interface with the debugger, so we cannot help you to visualise the content of variables.
Have you tried searching www.codeproject.com ? I remember seeing articles there over time about displaying long strings while debugging, but I don't remember which IDE this applied to.