Debug with LLDB
Last updated
Was this helpful?
Last updated
Was this helpful?
Xcode and LLDB Advanced Debugging Tutorial
expression:
expression self.presentNetworkFailureAlertController()
//直接在 runtime 執行 self.presentNetworkFailureAlertController()
Automatically continue after evaluating actions