Re: Xcode debugger weird Interrupts (Modified by Marc Van Olmen)
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