Breakpoints are one of the most basic debugging tools available in Xcode, but there are a few tricks you can do to make using breakpoints more effective.
Brian hardy has written an excellent guide on some great tricks to speed up your debugging involving some lesser known features within Xcode utilizing breakpoints.
The tips include:
– Making Audible breakpoints
– Performing backtraces right on a breakpoint with the debugger command action
– Creating symbolic breakpoints for those times you don’t have direct access to troublesome code
– Using watchpoints to mointor the value of memory addresses
You can find the guide over on the Big Nerd Ranch blog.
Some nice debugging tips utilizing breakpoints.
- Tutorial: Creating Universal iOS Frameworks With Xcode 4 (Make That Open Source Library Work With ARC!)
- Tutorial: Objective-C Debugging Basics With Xcode 4
- Tutorial: Extensive Guide On How To Make Xcode 4 File Templates
- Make Xcode Feel Like Microsoft Visual Studio
- Tutorials: Xcode 4 Beginner Screencasts
Original article: Tutorial: Some Lesser Known Ways To Make More Effective Use Of Xcode Breakpoints
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.




