i am starting code with ios swift and objective c . so i want to know any debug function there which give full structure of variable like its type and length of char of string etc.. i mean meta data about the variable .
i can say like var_dump in php , i am finding like var_dump in ios swift or objective c code.