Peter Chen

  • About
  • iOS
  • ML
  • Design

Navigating a new codebase with breakpoints

Jul 17, 2017

There are lots of great ways to navigate and learn a new iOS codebase. Here’s a good one to remember. Set a breakpoint for:

-[UIViewController initWithNibName:bundle:]

with an action to print:

po $arg1

https://pspdfkit.com/blog/2017/user-breakpoints-in-xcode/

#ios #xcode #debugging