当打开异常断点时,每次运行项目时都会触发以下行:
self.navigationController.navigationBar.titleTextAttributes = @{NSFontAttributeName:[UIFont fontWithName:@"AppleSDGothicNeo-Bold" size:20.0],NSForegroundColorAttributeName:[UIColor secondaryAppColor]};
它不会崩溃,但会在此行停止。我不得不继续执行以继续前进。我在viewDidLoad
中打电话给我。
编辑:我删除了所有断点,只留下了异常断点。 xcode仍停在同一行。
为什么会这样?