• 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: Xcode debugger weird Interrupts (Modified by Marc Van Olmen)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode debugger weird Interrupts (Modified by Marc Van Olmen)


  • Subject: Re: Xcode debugger weird Interrupts (Modified by Marc Van Olmen)
  • From: Chris Friesen <email@hidden>
  • Date: Wed, 13 Apr 2005 10:42:19 -0700


Try disabling the the data formatters via the menu Debug->Variables View->Enable Data Formatters. I suspect that since this is a heavily threaded application you are running into the behavior where gdb is told it has hit a breakpoint in another thread when it goes to evaluate an _expression_ after stopping at the original breakpoint. This causes gdb to think it hit a breakpoint in the _expression_ it was evaluating, which gdb doesn't like.

-Chris


On Apr 12, 2005, at 8:38 PM, Marc Van Olmen wrote:


XCode Debugger is interrupting all the time in weird places like in cocoa and mach messages etc not really in my code, not sure why???


I attach here an example...


I have to remark that I'm debugging a heavy threaded application


Has anyone any clues?



 _______________________________________________
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: 
 >Xcode debugger weird Interrupts (Modified by Marc Van Olmen) (From: Marc Van Olmen <email@hidden>)

  • Prev by Date: time-stamping builds
  • Next by Date: Lex/Yacc Language Specification
  • Previous by thread: Re: Xcode debugger weird Interrupts (Modified by Marc Van Olmen)
  • Next by thread: Macro definitions for custom file templates
  • Index(es):
    • Date
    • Thread