DataViewers incorrectly showing 'out of scope' for member variables
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