Re: CFShow truncated CFStrings in Leopard's Console.app (but not Xcode's debugger console)
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