Dealing With Core Data “Phantom Breakpoints”
Vincent Gable links to this great tip:
The condition will ignore any private Core Data exceptions (as determined by the class name being prefixed by _NSCoreData) that are used for control flow.
Vincent Gable links to this great tip:
The condition will ignore any private Core Data exceptions (as determined by the class name being prefixed by _NSCoreData) that are used for control flow.