News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

How to make CDB support wxString or string?

Started by Loaden, October 01, 2008, 12:10:56 PM

Previous topic - Next topic

Loaden

I'am use CB+CDB on WinXP, but cdb can't support wxString and string: not show any thing.
How to make CDB support wxString or string?
Need you help, thanks!!

cs_student

What do you mean support string or wxString?  You need to be more specific.

Are you talking about std::string?
That should certainly work if you #include <string>
Are you including/linking to something which declares wxString?

Maybe you could be a little less vague and show us the output as well.



Loaden

I want't show the value when i debug the application use CDB.
but now, it's show wxString's value, but don't support stl::string or stl::wstring.

[attachment deleted by admin]