How to turn off startup text of GNU gdb in XCode

Posted by willc2 on Stack Overflow See other posts from Stack Overflow or by willc2
Published on 2009-03-20T01:35:55Z Indexed on 2010/04/11 21:43 UTC
Read the original article Hit count: 243

Filed under:
|
|

I'm new to XCode 3.1.2 and Objective-C 2.0. I've just discovered using breakpoints for logging instead of littering the code with millions of NSLog() statements. The problem is, when the debugger starts up it spews half a screen full of status and credits info into the console.

Is there any way to suppress this text?

© Stack Overflow or respective owner

Related posts about xcode

Related posts about objective-c