BetaDesigns( Blog ) Flex and Component Development

18Nov/100

Adobe Max, Debugging, Profiling and TDD

10Jul/100

Useful Xcode breakpoints for debugging

Just a quick list of the most useful breakpoints I have found for debugging purposes. This is more of a personal reference so that I can add them back to any new install of Xcode.

objc_exception_throw
[NSException raise]
malloc_error_break

In addition here is a great tech paper on debugging in xcode called Mac OS X Debugging Magic

And here is a nice tutorial for using instruments to debug