• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Help...Debugger won't stop at breakpoints
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Help...Debugger won't stop at breakpoints (From: Rick Mann <email@hidden>)

  • Prev by Date: Help...Debugger won't stop at breakpoints
  • Next by Date: Re: Help...Debugger won't stop at breakpoints
  • Previous by thread: Help...Debugger won't stop at breakpoints
  • Next by thread: Re: Help...Debugger won't stop at breakpoints
  • Index(es):
    • Date
    • Thread