On Oct 8, 2010, at 4:20 PM, [email protected] wrote: > Ergo, this seem to be a 'bug' in the Xcode debugger. > > Cost me lots of time though.
Sorry, but if you're going to use Objective-C++, you're going to have get used to that. The debugger ***SUX*** at display of C++ types, so when you see something that you can't understand, step 1 is nearly always to add some logging so that you can see the real values. Although most of the time this is not really a problem, since most of the time instead of displaying garbage, it just refuses to display any values. -- Scott Ribe [email protected] http://www.elevated-dev.com/ (303) 722-0567 voice _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
