Re: Xcode 3.1(Beta) Developer Documentation opens in separate Safari window
Re: Xcode 3.1(Beta) Developer Documentation opens in separate Safari window
- Subject: Re: Xcode 3.1(Beta) Developer Documentation opens in separate Safari window
- From: Andy Lee <email@hidden>
- Date: Wed, 30 Apr 2008 16:44:58 -0400
Looks like maybe the fileName variable is getting optimized away when
you comment out the NSLog statement.
I'm no expert in this stuff (I can never remember all the Xcode build/
debug/configure terminology), but are you using the Debug (or
Development) build configuration, and do you have all optimizations
turned off, as suggested here?
<http://www.cocoabuilder.com/archive/message/xcode/2008/4/30/21304>
And in fact I wonder if you meant to reply on that thread, since your
question has nothing to do with the docs?
--Andy
On Apr 30, 2008, at 4:32 PM, Kristopher Matthews wrote:
Speak of the devil..
I just started a new project (console utility) with this code:
#import <Foundation/Foundation.h>
int main (int argc, const char * argv[]) {
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
NSString* fileName = @"/Users/krism/Downloads/NHOrders.csv"; //
[[NSString alloc] initWithCString:argv[1]];
// NSLog(@"filename - %@", fileName);
...
In the debugger, Xcode shows "fileName" to be "Invalid" when I hover
over it. It does not show fileName in the variables window at all.
Same with static assignment or using the construct with argv. Am I
doing something amazingly stupid or has the debugger gone insane?
(For the record, yes, the NSLog displays the correct filename. I
also have "Load Symbols Lazily" turned off. And for the love of all
that's good, stop auto disabling my breakpoints!)
Thanks,
Kris
On Apr 30, 2008, at 2:50 PM, Kristopher Matthews wrote:
I have a similar issue with Xcode 3.0 - when I hit "back" (as in
Back/Forward at top left of the window) it opens the previous
page.. in safari. So I can't ever go back more than one level. Very
annoying. ;)
On Apr 30, 2008, at 2:42 PM, Christian Isaacs wrote:
Hello everyone!
When I do a search in the Xcode(3.1 beta) documentation window and
click on a topic in the returned list, instead of displaying the
information in the content window a new Safari window opens?? Is
there a setting somewhere that specifies where to open the
reference docs?
Thanks in advance!
Christian
_______________________________________________
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
_______________________________________________
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
_______________________________________________
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
_______________________________________________
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