Cannot change text encoding of debugger

Just starting out? Need help? Post your questions and find answers here.
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Cannot change text encoding of debugger

Post 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
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post 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.
quidquid Latine dictum sit altum videtur
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

Thanks. :)
Post Reply