Page 1 of 1

Cannot change text encoding of debugger

Posted: Fri Oct 19, 2007 4:24 am
by Mistrel
I'm not sure if this should be under bug of feature but seeing as how I can't read what I'm trying to debug I'm posting this here.

I'm using multilingual characters in my project and I can't confirm what is coming out of the debugger because it only prints to ASCII. This is the same in the variable viewer so I can't see the values inside my structures.

Image

Posted: Fri Oct 19, 2007 4:37 am
by freak
The IDE is ascii only. To debug unicode programs, simply use the standalone debugger (can be choosen in the preferences).
It will display unicode characters correctly.

Posted: Fri Oct 19, 2007 4:52 am
by Mistrel
Thanks. :)