Superclass ivars "out of scope" xcode 3.2.1
Superclass ivars "out of scope" xcode 3.2.1
- Subject: Superclass ivars "out of scope" xcode 3.2.1
- From: Kieren <email@hidden>
- Date: Tue, 3 Nov 2009 09:26:23 +0800
Hi All
If this is in the wrong list please let me know and I will post
elsewhere.
I am hoping someone out there can help me with this.
In a nutshell I have a project with several subclasses of one of my
own classes.
When debugging in XCcode 3.2.1 under SL 10.6.1 the data formatters in
the debugger all say "out of scope" for
objects like NSString and NSURL in the summary column, i have data
formatters turned on.
This is strange because if I choose the "View Value as" and cast a
string var as
NSString instead of NSCFString I can see that it is NOT out of scope
and has some sort of content.
Local method ivars seem not to be affected.
Basic ivars like NSInteger and BOOL values show up correctly.
Just to make sure I was not doing something wrong I installed XCode
3.1.3 on another machine and built the same project and it showed all
the NSStrings and NSURLs, etc, down as far as I wanted to go into all
the objects in the given class.
"out of scope" was only shown for values that were nil, etc, as should
be the case.
I guess what I'm asking is can someone please confirm this and if so
has a bug report already been posted?
Thanks
Kieren
_______________________________________________
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