Click to See Complete Forum and Search --> : Debugging with UNICODE


feguy
July 14th, 1999, 10:38 AM
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.

Gary A. Smith
July 15th, 1999, 11:46 AM
Select Tools -> Options -> Debug Tab
Check "Display unicode strings"
-Gary