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: [email protected] 
[mailto:[email protected]] On Behalf Of Andruha Prostrelov
Sent: Monday, November 23, 2015 8:16 AM
To: [email protected]
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

<<attachment: winmail.dat>>

Reply via email to