Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
tableView:cellForRowAtIndexPath:在 Xcode 中,我想在使用 lldb的方法中对特定表行请求下断点:
tableView:cellForRowAtIndexPath:
例如,假设我想在indexPath.row. 我怎样才能做到这一点?
indexPath.row
使用该Condition字段,输入如下条件:
Condition
调试器将在哪里停止indexPath.row == 44。
indexPath.row == 44
请注意,另一种方法是将Ignore字段值设置为44. 但是,这并没有提供条件在特定indexPath行或部分上停止的灵活性。
Ignore
44
indexPath