• 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
Re: No longer use NSLog() in Xcode 4?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No longer use NSLog() in Xcode 4?


  • Subject: Re: No longer use NSLog() in Xcode 4?
  • From: Scott Ribe <email@hidden>
  • Date: Thu, 15 Sep 2011 10:51:03 -0600

On Sep 15, 2011, at 10:43 AM, Jerry Krinock wrote:

> I'm trying very hard to embrace change and get on board with Xcode 4.  The worst thing for me is the loss of User Scripts, in which I had keyboard shortcuts for adding and bulk-removing NSLog() statements in a flash.

#if SomeDebugFlagOrOther
#define NSLOG(...) NSLog(__VA_ARGS__)
#else
#define NSLOG(...)
#endif

--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice




 _______________________________________________
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

  • Follow-Ups:
    • Re: No longer use NSLog() in Xcode 4?
      • From: Juan Fernandez <email@hidden>
References: 
 >No longer use NSLog() in Xcode 4? (From: Jerry Krinock <email@hidden>)

  • Prev by Date: No longer use NSLog() in Xcode 4?
  • Next by Date: Re: No longer use NSLog() in Xcode 4?
  • Previous by thread: No longer use NSLog() in Xcode 4?
  • Next by thread: Re: No longer use NSLog() in Xcode 4?
  • Index(es):
    • Date
    • Thread