indiantarget / quimeraengine

0 stars 0 forks source link

Add artifact to be able to read strings easily when debugging #637

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, it's very hard to see what's the value of a QStringUnicode instance 
when debugging. If we could create a class that made this easier. It could be 
named "QStringDebugger" or something similar and would store, for example, a 
UTF8 representation of the string whoch is more friendly for IDE debuggers. It 
will be defined in the DataTypes namespace, Common layer, by the moment.

Original issue reported on code.google.com by Lince3D@gmail.com on 15 Nov 2014 at 10:08

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 9 Feb 2015 at 6:30