Re: Help...Debugger won't stop at breakpoints
Re: Help...Debugger won't stop at breakpoints
- Subject: Re: Help...Debugger won't stop at breakpoints
- From: David A Rowland <email@hidden>
- Date: Sun, 24 Dec 2006 08:39:40 -0800
At 2:59 AM -0800 12/24/06, Rick Mann wrote:
Hi. I'm trying to work with the USB sample code found in:
/Developer/Examples/IOKit/usb/USBSimple\ Example/
I built the project, and now want to step through it. I set a
breakpoint at the first call inside main(), and other places, but
the app never stops. However, if I associate a sound action, I hear
the sound. (I don't, on the other hand, get logging actions' output).
What gives?
Breakpoints are not reliable, in my experience, unless you have
compiled in "development" mode. "deployment leaves out a lot of
information the debugger needs.
Logging output is often buffered and may not arrive immediately at
the output. Sounds should happen right away.
David
_______________________________________________
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