gpt4 book ai didi

ios - [self.window makeKeyAndVisible]处的异常breakPoint

转载 作者:行者123 更新时间:2023-12-01 17:47:30 24 4
gpt4 key购买 nike

如果我删除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];

breakpoint like this
并运行,项目总是在[self.window makeKeyAndVisible]处中断,单击“继续执行程序”按钮几次,即可运行

最佳答案

像这样编辑异常断点-

enter image description here

然后像这样选择Objective C-

enter image description here

希望这可以帮助!

关于ios - [self.window makeKeyAndVisible]处的异常breakPoint,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45454621/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com