On breakpoint XCode shows only aa array of vector members. So I can’t view actual std::vector members, such as _M_impl. As I remember, there was this ability in XCode 3.x.
I need this data to set “Watch adress of …” to check when it will be changed.
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 right-click in the xcode 4 variables window and select “Edit summary format…”. This provides you with the same functionality as xcode 3.
That said, I still have yet to figure out how to inspect STL containers in xcode.