Re: breaking on console output
Re: breaking on console output
- Subject: Re: breaking on console output
- From: Ken Thomases <email@hidden>
- Date: Fri, 14 Sep 2012 20:27:13 -0500
On Sep 14, 2012, at 8:59 AM, Steve Mills wrote:
> On Sep 14, 2012, at 00:57:53, Jens Alfke <email@hidden> wrote:
>
>> There are a lot of different calls that will produce console output. This looks like NSLog output, I think, so try setting a breakpoint on NSLog. (Go to the breakpoints pane in Xcode and click on the “+” button at the bottom to add a symbolic breakpoint.)
>
> Ah, thanks. I'm glad I can use Xcode for this. Sadly, it's not NSLog that's spitting out this message. I also tried printf and fprintf. Is there something at an even lower level that these types of calls might go through?
asl_log(), asl_logv(), or NSLogv() (although NSLog[v] is built on ASL, so the former should catch the latter).
Regards,
Ken
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden