Skip to content

Instantly share code, notes, and snippets.

@mattorb
Created April 8, 2010 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattorb/360537 to your computer and use it in GitHub Desktop.
Save mattorb/360537 to your computer and use it in GitHub Desktop.
notes from the web on better debug breakpoints in xcode
Run > Manage Breakpoints > Add Symbolic Breakpoint
add a breakpoint called "objc_exception_throw"
Create a file named .gdbinit and place it in your home directory. This is the contents of mine:
fb -[NSException raise]
fb -[_NSZombie release]
fb szone_error
fb objc_exception_throw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment