Re: how to see globals
Re: how to see globals
- Subject: Re: how to see globals
- From: Jim Ingham <email@hidden>
- Date: Tue, 16 Dec 2003 11:04:16 -0800
Open the Expressions window (Debug->Expressions...) and enter the
globals you want to look at. As long as the window stays open, they
will update live, etc.
We don't yet have a separate globals list in the GUI, we intend to but
that is a lower priority than some other things because in general you
know which globals you want to look at (and that is rarely all of
them)...
Jim
On Dec 16, 2003, at 3:25 AM, email@hidden wrote:
in a C project using global variables ( I know, this is not good
practice !)
, the XCode debugging window only displays local procedure variables .
Could not find how to display (examine) global variables ( other than
using
"print MyVariable" in the GDB console... Boring !)
Thanks
[JPH] Dec 16, 2003
_______________________________________________
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.
--
Jim Ingham email@hidden
Developer Tools
Apple Computer
_______________________________________________
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.