Re: Xcode 4.2 Build #4D5163b: Debugger using no Objective-C description available
Re: Xcode 4.2 Build #4D5163b: Debugger using no Objective-C description available
- Subject: Re: Xcode 4.2 Build #4D5163b: Debugger using no Objective-C description available
- From: Jean-Daniel Dupas <email@hidden>
- Date: Tue, 23 Aug 2011 09:03:16 +0200
Le 22 août 2011 à 19:39, Frederick C. Lee a écrit : 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.
Xcode 4.2 is under NDA, so don't expect to have some useful answers here. If you want to know the LLDB status, you should ask on the lldb dev list.
|
_______________________________________________
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