Xcode 4.2 Build #4D5163b: Debugger using no Objective-C description available
Xcode 4.2 Build #4D5163b: Debugger using no Objective-C description available
- Subject: Xcode 4.2 Build #4D5163b: Debugger using no Objective-C description available
- From: "Frederick C. Lee" <email@hidden>
- Date: Mon, 22 Aug 2011 10:39:34 -0700
Environment: Xcode 4.2 Build#4D5163b - iOS5/ARC.
Greetings: I googled '[no Objective-C description available]' and found a reference to you.
I'm building a project via Xcode 4.2/iOS5 (Build #4D5163b) with Apple's latest LLVM compiler.
Previously via the GNU compiler, I could display values of variables via the 'po' or 'p' commands. I depend on this to develop my code. However the current LLVM compiler fails to access the object's descriptor as follows:
(lldb) p testInt (NSInteger) $1 = 5 (lldb) po myArray (NSArray *) $2 = 0x06780e00 [no Objective-C description available]
I need to view an object variable's value (essentially its 'description').
Do you know the status of the lldb development? Am I doing something wrong or will his problem be soon solved.
Regards,
Ric.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden