• 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
DataViewers incorrectly showing 'out of scope' for member variables
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DataViewers incorrectly showing 'out of scope' for member variables


  • Subject: DataViewers incorrectly showing 'out of scope' for member variables
  • From: Matt Gough <email@hidden>
  • Date: Tue, 25 Jul 2006 10:36:24 +0100

Is there a known problem with DataViewers in general (or maybe just the Carbon Data Viewers) that causes them to display 'out of scope' in the debugger for member variables that are definitely in scope.

e.g If I have a class such as:

class MyProcess
	{
	// Various methods etc go here
private:
	ProcessSerialNumber mPSN;
	}


Then when I am debugging one of that class's methods I can quite happily look at mPSN.highLongOfPSN and mPSN.lowLongOfPSN, but the mPSN summary just says 'out of scope' instead of the stuff that DataViewersCarbonProcessSerialNumber usually shows.


FYI - This is with both Stabs and Dwarf debugging info.

Matt Gough
_______________________________________________
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


  • Prev by Date: Re: Enabling language-specific warnings in multi-language projects
  • Next by Date: Re: Shark takes forever the first time after launching it
  • Previous by thread: Re: Selecting a Specific JavaVM for my target
  • Next by thread: How to set the tab order?
  • Index(es):
    • Date
    • Thread