Re: Debugging Stdout
Re: Debugging Stdout
- Subject: Re: Debugging Stdout
- From: "Corey O'Connor" <email@hidden>
- Date: Mon, 3 Oct 2005 18:25:31 -0700
On 10/3/05, Ronnie O <email@hidden> wrote:
> HHow can I find where
> stdout is going? Thanks all!
Are you sure the C program is outputting on stdout? Output to stderr
is also displayed in the terminal just like output to stdout. The C
program could have also re-opened stdout to be /dev/console. Which
would be silly, but ya never know...
--
-Corey O'Connor
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden