T O P I C R E V I E W |
SlavaN |
Posted - Nov 16 2009 : 09:54:24 AM Hi,
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?
Thank you. |
2 L A T E S T R E P L I E S (Newest First) |
SlavaN |
Posted - Nov 16 2009 : 1:32:06 PM Yes, a have tried searching www.codeproject.com, but found some tools to visualize for vs 2005 ( visualizers are added in 2005 ), for VS 2003 only Special QuickWatch for a DataSet :( www.codeproject.com/KB/macros/dswatch.aspx" target="_blank">http://www.codeproject.com/KB/macros/dswatch.aspx |
feline |
Posted - Nov 16 2009 : 11:53:43 AM 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. |
|
|