Is there any way to make carbide c++ to display meaningful information for stl classes in the variables window?
Is there any way to make carbide c++ to display meaningful information for stl classes in the variables window?
no there is non till now, may be in future versions of eclipse cdt it will be supported..
:(
that is bad.
What about strings? They don't seem to be displayed properly either. For instance, char sz[] is displayed as an array of characters and char* sz - only first character can be viewed
You can try if hovering the cursor over the given variable (in the source-code window) shows something - at least it works with descriptors. An other simple way is right-click+View Memory.
also if you are not using open c, then you should avoid char sz[] type of code and replace it with descriptors !
Amit Kankani
Nokia Developer Champion