[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] Viewing Unicode strings?

I'm hoping that this is a silly question with an obvious answer, in which case I apologize in advance for not finding the answer on the CDT site somewhere...

Is there a way to get the CDT debugger to show me string values for Unicode (wchar_t*) string types? I can't believe that with all the cool features in CDT, this feature would be left out.

A related question...is there a way to more easily view the values of the std::string type? The best I can find is to use the expression window to evaluate <string var>.c_str(). This is somewhat cumbersome.

I saw a post from back in 2006 that mentioned the possibility of a macro language for defining how particular complex types are displayed. Did anything like this actually come to pass?

Any guidance in this area would be greatly appreciated.

Steve