2 Replies Last post: Jan 24, 2013 1:15 PM by Krzysztof Adamski  
Krzysztof Adamski Newbie 4 posts since
Jun 27, 2006
Currently Being Moderated

Jan 15, 2013 8:41 PM

SQL Output in AppCode

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

Anton Makeev JetBrains 1,083 posts since
Dec 19, 2006
Currently Being Moderated
Jan 19, 2013 8:38 PM in response to: Krzysztof Adamski
Re: SQL Output in AppCode

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

More Like This

  • Retrieving data ...