Show Core Data SQLite debug info Permanently deleted user 创建于 2013年06月26日 04:40 When working with a Core Data app, how can I turn on debug info in AppCode so as to see the SQLite SQL satements being execute?
You probably need to pass -com.apple.CoreData.SQLDebug 1 command line arguments.
See some details here.