I have an NSString variable called myText.
How to watch [myText length] in xcode debugger?
I have an NSString variable called myText . How to watch [myText length] in
Share
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.
You can use the debugger console to evaluate a property of an object in Xcode, the debugger output view actually functions as an input, too.
Obviously first you have to Hit a breakpoint …
It actually works with GDB and LLDB and you have to type in the output console :