【发布时间】:2019-06-13 03:07:48
【问题描述】:
我在 Xcode 中调试我的应用程序,但它变得如此难以做到,因为它也在调试一些我没有编写的代码,而且花了很长时间:
我想从调试中排除所有这些代码行。
有什么想法吗?
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
CG.setId(indexPath.row) //I want to start to debug the app from this line
performSegue(withIdentifier: "sgShowIssue", sender: self)
}
【问题讨论】: