我正在用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)
}