Created
June 1, 2015 20:35
-
-
Save benvium/6fdf67e840f92e977fbb to your computer and use it in GitHub Desktop.
Program arguments for Core Data SQLite debugging. In AppCode, edit your run configuration for your target, click the icon to the right of 'Program Arguments'. Paste in the following
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -com.apple.CoreData.SQLiteIntegrityCheck | |
| 1 | |
| -com.apple.CoreData.ThreadingDebug | |
| 3 | |
| -com.apple.CoreData.SyntaxColoredLogging | |
| 1 | |
| -com.apple.CoreData.SQLDebug | |
| 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment