How can I customize variable display in GDB?
For example, let's say I have a path string for a really long path.
Currently Xcode/GDB truncates the string display. Is there a preference or
setting to change how many characters it will display?
Beyond that, I need to be able to examine STL data structures. A vector or
list for example are displayed in some rather useless manner i.e. I can't
view an arbitrary element of the vector or list. Codewarrior had a nice
View As Array feature that I could apply to the address of the structure and
I could look at arbitrary element albeit tediously.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden
This email sent to email@hidden