Problem with Debugger Showing Object as a Collection?
Problem with Debugger Showing Object as a Collection?
- Subject: Problem with Debugger Showing Object as a Collection?
- From: Dave <email@hidden>
- Date: Thu, 04 Feb 2016 13:57:01 +0000
Hi,
I’m trying to debug an App. I have a regular object that contains NSString's, NSArray’s and NSDictionary’s. I have a method that does an alloc/init to get a new one, but after the init call, the debugger shows the Object as LTWNodeInfo @“0 objects” as if its an array and if I try to inspect it, it won’t show be any of the properties. If I print it to the log is says its the right class.
What could someone tell me why this is happening and how to fix it?
I’m using the latest version of XCode.
Thanks in advance
Dave
_______________________________________________
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