In Xcode 4.3, now you can enable using LLDB as the debugger for iOS targets.

What advantages does it have over using the good old GDB? GDB still works with LLVM and I cannot see any obvious differences in “everyday” debugging tasks.
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.
The most notable advantage is that LLDB understands dot syntax in properties:
A quote from LLVM project blog:
Another quote from LLDB homepage: