如果我删除Exception BreakPoint,一切都会好的.但是当我添加Exception breakPoint来调试时,出了点问题:
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
self.window.backgroundColor = [UIColor whiteColor];
self.tabBarController = [[ALTabBarController alloc] init];
self.window.rootViewController = self.tabBarController;
[self.window makeKeyAndVisible];
Run Code Online (Sandbox Code Playgroud)
这样的断点 和运行,项目总是在[self.window makeKeyAndVisible]中断,单击"继续程序执行"按钮一些,它可以运行
| 归档时间: |
|
| 查看次数: |
297 次 |
| 最近记录: |