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: Kristopher Matthews <email@hidden>
- Date: Wed, 30 Apr 2008 15:32:13 -0500
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
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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