• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Private ivar not showing up in debugger?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Private ivar not showing up in debugger?
      • From: Jean-Denis MUYS <email@hidden>
  • Prev by Date: lldb equivalent to gdb's bt X?
  • Next by Date: Stepping through out of order?
  • Previous by thread: Re: lldb equivalent to gdb's bt X?
  • Next by thread: Re: Private ivar not showing up in debugger?
  • Index(es):
    • Date
    • Thread