Re: CoreData SQL tracing in the iPhone Simulator...

2009-09-23 Thread Brian Bruinewoud
That doesn't seem to work in the iPhone Simulator. I set the value in XCode, hardcoded it main.m's call to UIApplicationMain and started the iPhone Simulator itself with that value, but none of them worked. Anyone know how to get this working in the Simulator? On 23/09/2009, at 01:44 , Sean

Re: CoreData SQL tracing...

2009-09-22 Thread Sean McBride
On 9/22/09 9:23 PM, Brian Bruinewoud said: >Sorry for asking this but I was unable to find this in the archives >even though I know I read it here before. > >How can I turn on logging/tracing of the SQL statements issued by >CoreData? I need this for an iPhone app running in the simulator. Perhap

CoreData SQL tracing...

2009-09-22 Thread Brian Bruinewoud
Sorry for asking this but I was unable to find this in the archives even though I know I read it here before. How can I turn on logging/tracing of the SQL statements issued by CoreData? I need this for an iPhone app running in the simulator. Thanks, Brian. __