Debugging is one of those skills that it pays to build up over time. This talk will demonstrate debugging techniques using Swift, that are not widely known. Learn how to reuse your Swift knowledge to write lldb helpers for debugging and development.
phone VC is shown, enter a phone number. b -r ^MyApp.PhoneLoginViewController.viewDidAppear action -o 'call $fillPhoneNumber("4032421999")' autocontinue # When the verify VC is shown, enter the verification. b -r ^MyApp.PhoneVerifyViewController.viewDidAppear action -o 'call $fillVerify("1234")' autocontinue # Automation setup complete, now go. continue