When I debug on Ubuntu (the same code) gdb automatically prints out wchar_t values. I do not know why google results say that gdb doesnt know how to print wchar_t values since it is doing so on ubuntu. Furthermore, on cygwin gdb used to print out the values but now, for some reason, does not. How do I re-enable the printing of wchar_t values. Currently, i do either printf("%ls", value) or print wchar_t_toChar(value). I want to simply do print *struct and see it in the listed values. Thanks!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
wchar_tvalues? – n.m. Aug 22 '11 at 5:00