Xcode调试断点不能停在代码区终极解决方案
当我们在开发xcode程序时,往往要用到xcode调试,但由于不小心修改了一些配置信息,而导致在调试时不能追踪到具体的代码区,以下就是个人的解决办法
1,首先要进入调试模式
设置断点,点击运行
或者
- (IBAction)clickedButton:(id)sender UIButton *button = (UIButton *)sender; UITableViewCell *cell = (UITableViewCell *)button.superview; UITableView *tableView = (UITableView *)cell.superview; NSIndexPath *indexPath = [tableView indexPathForCell:cell]; }
2.点击菜单product->Debug workflow取消选中show Disassembly when debug
3,以上操作完成以后就会出现以下结果
相关推荐
ohyeahhhh 2019-11-04
xnuzfm 2020-03-07
TTHHVV 2011-07-27
starzhangkiss 2020-07-18
80394397 2020-06-09
zhaowj00 2020-06-06
yuleng测试赛 2020-05-03
zmjzhangmj 2020-05-01
jianghero 2020-05-01
nicelife 2020-03-26
Dimples 2020-03-12
zhangyufan 2020-03-07
TimeSky 2020-02-14
站在高处眺望 2020-01-29
mmywcoco 2020-01-18
老高 2020-01-04
学习web前端 2019-12-31
缘起宇轩阁 2019-12-27