Re: No longer use NSLog() in Xcode 4?
Re: No longer use NSLog() in Xcode 4?
- Subject: Re: No longer use NSLog() in Xcode 4?
- From: Gerd Knops <email@hidden>
- Date: Thu, 15 Sep 2011 16:24:25 -0500
On Sep 15, 2011, at 3:55 PM, Scott Ribe wrote:
> On Sep 15, 2011, at 2:34 PM, Jerry Krinock wrote:
>
>> Bang. Just do a ⇧⌘F, copy that 13476 to the search field, and in seconds the problem is staring me in the face.
>>
>> __FILE__ would be useful if it didn't print out the whole damned full path.
>
> Interesting, never thought of that. I prefer the file path & function name myself, but that's just me.
>
I still write and run most of my code in TextMate. There I use a macro for log output that does include __FILE__ and __LINE__, and the console recognizes that pattern and converts it into a clickable link. Very handy, I so wish I could do that in Xcode.
Gerd_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden