| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Hi Jim, Thanks for answering. Well...as a relative novice, I am not sure if it is indeed a bug. May I describe a very simple project, and perhaps this might explain it? >>>> #include <stdio.h> char buffer[20]; int i; int main (int argc, const char * argv[]) { /******/ return 0; } <<<<<<< In the prior version of Xcode, I was able to follow "buffer" in the debugger. Now, I cannot find it. Have tried the following. In the debugger viewer window, it does not show up under the "variables" column. In the "Globals Browser" I do not see "main" in the Library column, nor do I find "buffer" if I search for it suing the Globals Browser Search field. Having said that, perhaps there is still something that I am not doing...which is high on my possible lists...before I think this is a bug? Thanks again in advance. Michael ( de Haan) On Oct 30, 2007, at 11:05 AM, Jim Ingham wrote: The globals browser is for variables which have global scope in your module. If by "main" you mean the entry point for your project, that's a function and so would not show up in the globals window. If not, please file a bug with your example, what you expect to see and what you actually see and we will check it out. On Oct 30, 2007, at 11:05 AM, Jim Ingham wrote: The globals browser is for variables which have global scope in your module. If by "main" you mean the entry point for your project, that's a function and so would not show up in the globals window. If not, please file a bug with your example, what you expect to see and what you actually see and we will check it out. |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/xcode-users/email@hidden This email sent to email@hidden
| References: | |
| >Where is main? (From: Michael <email@hidden>) | |
| >Re: Where is main? (From: Jim Ingham <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.