Skip navigation.
 
mlRe: XCode Debug menu
FROM : Andrew Farmer
DATE : Sat Aug 12 00:25:19 2006

(Please make sure to set a topic on your messages!)

On 11 Aug 06, at 13:07, Roland Silver wrote:
> Questions:
> 1. How does text get output to the Debugger Console window?


The Debugger Console is used for input/output from GDB in debugging 
mode.

> 2. What's the Standard I/O Log for? The name suggests that output 
> to stdout -- like that output by printf -- should appear in that 
> window, but I can't even open it by selecting the menu item 
> "Debug>Standard I/O Log".


It's also related to debugging mode. I believe that it's used instead 
of the run log when debugging mode is active.

Related mailsAuthorDate
No related mails found.