While debugging an iOS application, I know how to print values of objects using :
print "variable name"
po "variable name"
I wanted to know how to print values of variables which are not object-type, like for example NSInteger, int, float etc.
Thanks.