When I look at a CString in the debugger when compiled with _UNICODE, I only see the first character of the string. Does anyone know how to show the whole unicode string in the debugger.
Printable View
When I look at a CString in the debugger when compiled with _UNICODE, I only see the first character of the string. Does anyone know how to show the whole unicode string in the debugger.
Select Tools -> Options -> Debug Tab
Check "Display unicode strings"
-Gary