missing variable
missing variable
- Subject: missing variable
- From: Markian Hlynka <email@hidden>
- Date: Tue, 15 Mar 2005 00:22:57 -0700
So, I know how to go to Debug -> Tools -> Global Variables... But, I have some (one particular) variable that's missing. The declaration is right at the top of my main:
char* logfilename = "game.log";
FILE* logfile;
logfilename shows up in the list of globals, but logfile does not. However, two other FILE* variables DO show up. However, in the current run they are unassigned. Could logfile be missing if in the current build logfile = stdout? ie, could the compiler be simply removing it because it's a redundant symbol?
Thanks,
Markian _______________________________________________
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