Skip to content

Instantly share code, notes, and snippets.

@marknorgren
Created November 30, 2012 15:05
Show Gist options
  • Save marknorgren/4176281 to your computer and use it in GitHub Desktop.
Save marknorgren/4176281 to your computer and use it in GitHub Desktop.
XCode Conditional Breakpoint
// conditional breakpoint to stop when a property string equals another string
(BOOL)[myText.string isEqualToString:@"someString"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment