Skip to content

Instantly share code, notes, and snippets.

@benvium
Created June 1, 2015 20:35
Show Gist options
  • Select an option

  • Save benvium/6fdf67e840f92e977fbb to your computer and use it in GitHub Desktop.

Select an option

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
-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