Skip to content

Instantly share code, notes, and snippets.

@nolim1t
Created October 3, 2009 09:18
Show Gist options
  • Save nolim1t/200534 to your computer and use it in GitHub Desktop.
Save nolim1t/200534 to your computer and use it in GitHub Desktop.
Debugging on the iPhone
#if TARGET_IPHONE_SIMULATOR
NSLog(@"Some debugging");
#else
// Do nothing!
#end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment