Re: NSLog and printf not working!!!1
Re: NSLog and printf not working!!!1
- Subject: Re: NSLog and printf not working!!!1
- From: Chris Hanson <email@hidden>
- Date: Wed, 29 Dec 2004 13:07:11 -0800
On Dec 29, 2004, at 5:54 AM, Amit Kumar(R&D) wrote:
I am using Xcode for debugging.The debugger reached to NSLog statement
and
executed.
I've opened the following and but did not find NSLog statements.
Do you have some code early on in your application that redirects its
stderr to someplace else?
NSLog() sends its output to stderr. If you have redirected (or closed)
stderr, you won't get the output you're expecting or it won't be sent
where you're expecting it.
-- Chris
_______________________________________________
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