method 1:
use the "po":you can see the variable value or variable address
method 2:
use NSLog: you can see the valuable value
method 3:
use breakpoint debugging:You can see the direction of code walking and valuable value
use the "po":you can see the variable value or variable address
use NSLog: you can see the valuable value
use breakpoint debugging:You can see the direction of code walking and valuable value