Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Inspect unicode variable in CDT
Inspect unicode variable in CDT [message #830193] Tue, 27 March 2012 10:13 Go to next message
Stéphane Cerveau is currently offline Stéphane CerveauFriend
Messages: 1
Registered: March 2012
Junior Member
Hello,

I would like to know if it is possible to output unicode string in CDT debugger available in Indigo.
I saw that there is an open issue bug_id=42679

but i dont understand how to check if its integrated and how can i setup my env to support this.
Re: Inspect unicode variable in CDT [message #832512 is a reply to message #830193] Fri, 30 March 2012 08:26 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
You can ignore this bug report. There is a new debug framework called DSF in Eclipse. There is no problem displaying unicode strings.
The only thing ist that you must insert the following line into your .gdbinit file
set print sevenbit-strings off


See bugs.eclipse.org/bugs/show_bug.cgi?id=307311 for more details on this.



Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:Eclipse Keeps Losing My Project
Next Topic:Can I use gnumake (similar to ANT) scripts to compile sources?
Goto Forum:
  


Current Time: Thu Apr 25 00:35:01 GMT 2024

Powered by FUDForum. Page generated in 0.03158 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top