Breaking on console output?

2008-03-18 Thread Chris Meyer
In older versions of Xcode (2.5!) it used to be possible to break on console output by putting a breakpoint on NSLog. Is there any equivalent breakpoint to set to stop on console messages in Xcode 3.x (or 10.5)? I'm getting a message like Error: CGImageSourceCreateWithData data parameter is nil\n

Re: Breaking on console output?

2008-03-18 Thread Adam R. Maxwell
On Mar 18, 2008, at 9:11 PM, Chris Meyer wrote: In older versions of Xcode (2.5!) it used to be possible to break on console output by putting a breakpoint on NSLog. Is there any equivalent breakpoint to set to stop on console messages in Xcode 3.x (or 10.5)? Set a breakpoint on

Re: Breaking on console output?

2008-03-18 Thread Jens Alfke
On 18 Mar '08, at 9:11 PM, Chris Meyer wrote: In older versions of Xcode (2.5!) it used to be possible to break on console output by putting a breakpoint on NSLog. Is there any equivalent breakpoint to set to stop on console messages in Xcode 3.x (or 10.5)? Not all console output is