Re: What happened to 'self'?
Re: What happened to 'self'?
- Subject: Re: What happened to 'self'?
- From: email@hidden
- Date: Sun, 8 Feb 2004 10:54:51 -0800
When you have debugging symbols and are stopped in an ObjC class 'self'
(as well as '_cmd' and any arguments to the method/function) will show
up under 'Arguments' in the variable view. Turn down 'self' to see the
ivars.
-ChrisF
On Feb 7, 2004, at 10:50 AM, Lance Drake wrote:
The Project Builder Debugger will show you an Objective-C's private
vars via the 'self' reference - but XCode does not seem to provide the
same support. I have poked around in the various menus but can't find
a way to, while stopped at a breakpoint, see the values of the various
private members.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.