Do you know how may I see the value of a static member variable from a class in xcode?
I can all the other variables except the static ones.
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To see Static Variable go to Globals in debugger.
under the library, select your project. To the right you should see your static variable. Tick the check box.
Now you can see the variable under Globals in debugger.
Cheers!