
Sometimes it show up sometimes it doesn’t
I wonder why.
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.
LLDB appears to be not as good as GDB at showing the correct state of variables – e.g. sometimes, often near the start of methods, LLDB fails to figure out the type of
selfand you cannot see the instance variables; whereas GDB with the same code is fine.There are sometimes other reasons; to do with accessing memory, locks, etc.; that a debugger cannot show you variables.
Whether your particular case is LLDB failing or one of those cases when GDB also would fail I cannot say, but if this is hitting you a lot in a particular project switching to GDB might be worth it for the project.