Little Things That Can Make Your Life Easier
There is much more you can do with [breakpoints], e.g. you can elevate your custom breakpoint to User Breakpoint and have them work in all your projects, why would you do that?
Because you can create symbolic breakpoint’s that execute code whenever a specific point is reached, e.g. UIApplicationMain[…]
See also this snippet to log x86_64 Objective-C methods calls and Xtrace.
KZLinkedConsole - adds ability to jump straight to the source code that logged an error
Unit test failures are another place Xcode could use some linking.