My code in a UITableViewController:
delegate.myData = [myData objectAtIndex:indexPath.row];
How can I see the values of delegate.myData
or indexPath.row
in the Debugger? delegate.myData
should be an array and indexPath.row
an int
. I can only see memory addresses of the objects delegate
and indexPath
but where are myData
and row
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…