Re: about debug with xcode
Re: about debug with xcode
- Subject: Re: about debug with xcode
- From: Chris Espinosa <email@hidden>
- Date: Fri, 28 Apr 2006 08:28:43 -0700
On Apr 28, 2006, at 7:55 AM, Lin Lin wrote:
hi all,
I have a naive question, how can I watch global variable's value
while I am debuging? Every time I clicked "global" , xcode just ask
me to search that global variable, but I cann't find that global
variable in the dialog.Anybody can hlep me? Thanks in advance.
The easiest way is to enter it in the Expressions window. The
Globals window just lets you pick which globals (of the hundreds, or
thousands, defined by the frameworks and shared libraries you use, as
well as your own) are displayed in the Globals section of the main
debugger Variables view.
If your global isn't in the Globals window, maybe it's not a global...
Chris
_______________________________________________
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