• 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: CFShow truncated CFStrings in Leopard's Console.app (but not Xcode's debugger console)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CFShow truncated CFStrings in Leopard's Console.app (but not Xcode's debugger console)


  • Subject: Re: CFShow truncated CFStrings in Leopard's Console.app (but not Xcode's debugger console)
  • From: Peter N Lewis <email@hidden>
  • Date: Fri, 3 Apr 2009 13:15:46 +0800

On 03/04/2009, at 2:00 , Nick Beadman wrote:
(three lines, not so good).

Really annoying, isn't it?

Thankfully, it is easily solved - NSLog does not have the same problem, so just change

CFShow( s )

to

NSLog( @"%@", (NSString*)s );

Enjoy,
   Peter.



--
     Run macros from your iPhone with Keyboard Maestro Control!
         or take a break with Derzle for your iPhone

Keyboard Maestro <http://www.keyboardmaestro.com/> Macros for your Mac
Aragom Space War <http://www.stairways.com/iphone/aragom> Don't get killed!
Derzle <http://www.stairways.com/iphone/derzle> Enjoy a relaxing puzzle.
<http://www.stairways.com/> <http://download.stairways.com/>





_______________________________________________ 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: CFShow truncated CFStrings in Leopard's Console.app (but not Xcode's debugger console)
      • From: Nick Beadman <email@hidden>
    • Re: CFShow truncated CFStrings in Leopard's Console.app (but not Xcode's debugger console)
      • From: Nick Beadman <email@hidden>
References: 
 >CFShow truncated CFStrings in Leopard's Console.app (but not Xcode's debugger console) (From: Nick Beadman <email@hidden>)

  • Prev by Date: Re: Linker errors resulting from changing a filename
  • Next by Date: Re: How to get rid of local C++ symbols in a dylib?
  • Previous by thread: CFShow truncated CFStrings in Leopard's Console.app (but not Xcode's debugger console)
  • Next by thread: Re: CFShow truncated CFStrings in Leopard's Console.app (but not Xcode's debugger console)
  • Index(es):
    • Date
    • Thread