In vs2015 the CString will be shown and if i remember correct, it will also
shown in vs2012.
But any type of an array will not shown. For this the code, i had posted,
is used...

2015-11-23 15:26 GMT+01:00 Marc-Andre Belzile <
marc-andre.belz...@autodesk.com>:

> You should be able to see the content of these CString data members from
> the debugger
>
>               wchar_t* m_pWDebugStr;
>               char* m_pDebugStr;
>
> -mab
>
> From: softimage-boun...@listproc.autodesk.com [mailto:
> softimage-boun...@listproc.autodesk.com] On Behalf Of Andruha Prostrelov
> Sent: Monday, November 23, 2015 8:16 AM
> To: softimage@listproc.autodesk.com
> Subject: Re: VS2012 Debugg CString CValue
>
> The friend of mine provide me with this variant:
> #include <string>
> std::string my_debug_string( src_edges.GetAsText().GetAsciiString());
>
> During debugg session you monitor my_debug_string var
>

Reply via email to