• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
missing variable
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: "debugger console" windows' names
  • Next by Date: Re: CHUD Updater not working?
  • Previous by thread: Re: "debugger console" windows' names
  • Next by thread: Resource file merge
  • Index(es):
    • Date
    • Thread