Version: 1.0

Posted: 2005-06-01

Build Requirements: Mac OS X 10.4 and later; Xcode 2.1

Runtime Requirements: Mac OS X 10.4 and later

View Source Code:

Download Sample Code (“ManagedObjectDataFormatter.zip”, 12.6K)



Description

A Data Formatter for Xcode 2.0 and 2.1 that shows the Entity Name and properties count of objects of type NSManagedObject * in the summary column of the Xcode debugger. This is useful for debugging CoreData-based applications, and is also a useful sample for how to write your own Data Formatter.

Document Revision History

Date Notes
2005-06-01A Data Formatter for Xcode 2.0 and 2.1 that displays NSManagedObject * variables.