ManagedObjectDataFormatter

Last Revision:
Version 1.0, 2005-06-01
A Data Formatter for Xcode 2.0 and 2.1 that displays NSManagedObject * variables.
Build Requirements:
Mac OS X 10.4 and later; Xcode 2.1
Runtime Requirements:
Mac OS X 10.4 and later

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.