Private ivar not showing up in debugger?
Private ivar not showing up in debugger?
- Subject: Private ivar not showing up in debugger?
- From: Rick Mann <email@hidden>
- Date: Fri, 26 Oct 2012 15:31:56 -0700
Hi. I've got a class implemented in Objective-C++. In the .mm file, I have
@interface MissionEventWaterfallView()
{
uint32_t mMaxEventsDisplayed;
}
When I expand self in the debugger while stopped in a method of the class, mMaxEventsDisplayed is not shown. A little experimentation shows that no ivars declared in the class extension show up there, but the compiler is able to reference them properly.
Is this a known limitation?
--
Rick
_______________________________________________
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