How do you get to the values of your Entity (sub class of NSManaged Object) when in the XCode debugger? I get lost among the NSObject and _cd_XXX structures.
|
feedback
|
|
If you select the entity in the variables pane and then choose "Print Description to Console" from the contextual menu, you get a textual dump of the entity. | |||
|
feedback
|
|
In the Debugger Console type
I don't really know another useful way, as the entity may e.g. be faulted and also the NSManagedObject structure isn't really helpful, as you already noticed. | |||
|
feedback
|