Re: breaking on console output
Re: breaking on console output
- Subject: Re: breaking on console output
- From: Jens Alfke <email@hidden>
- Date: Thu, 13 Sep 2012 22:57:53 -0700
On Sep 13, 2012, at 11:29 AM, Steve Mills < email@hidden> wrote: I was one told how to break in gdb on a certain OS call that is responsible for spitting output to stderr or whatever logs can be seen in Console. Now that we use clang llvm, is there some similar trick?
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.)
—Jens |
_______________________________________________
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