SQL Output in AppCode Permanently deleted user Created January 15, 2013 17:41 Hi,Is it possible to see SQL output in Console window ? The one that XCode is printing out when specifying '-com.apple.CoreData.SQLDebug 1' in scheme ?Best Regards,Kris
Krzysztof,
you can specify program arguments in Run | Edit Configurations... | Program Arguments field.
Normally, program argumens should be imported from your existing schemes.
If this doesn't work, please file a bug report and attach a small sample project here: http://youtrack.jetbrains.com/issues/OC
Hi,
Yes - I have this in the program arguments. But still not getting SQL output. I'll file a bug later then.
Update:
Issue created: http://youtrack.jetbrains.com/issue/OC-6344