Skip to content

Instantly share code, notes, and snippets.

@binho
Last active December 19, 2015 18:08
Show Gist options
  • Save binho/5996323 to your computer and use it in GitHub Desktop.
Save binho/5996323 to your computer and use it in GitHub Desktop.
debug no objctive-c do nome do arquivo e linha
NSLog(@"[%s:%s:%d]", __FUNCTION__, __FILE__, __LINE__);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment