Skip to content

Instantly share code, notes, and snippets.

@dystonie
Created August 20, 2012 12:47
Show Gist options
  • Save dystonie/3403794 to your computer and use it in GitHub Desktop.
Save dystonie/3403794 to your computer and use it in GitHub Desktop.
NSLog Debugging
#ifdef DEBUGX
NSLog(@"%s %@", __FUNCTION__, objectToDisplay));
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment