Simple Xcode debugging

method 1:

use the "po":you can see the variable value or variable address
po

or put your mouse on top

method 2:

use NSLog: you can see the valuable value

NSLog debugging

method 3:

use breakpoint debugging:You can see the direction of code walking and valuable value

breakpoint debugging

posted @ 2017-08-22 21:32  笑笑就好90  阅读(151)  评论(0编辑  收藏  举报