Re: Debugging so slow it's unusable
Re: Debugging so slow it's unusable
- Subject: Re: Debugging so slow it's unusable
- From: Chris Friesen <email@hidden>
- Date: Thu, 23 Feb 2006 16:26:44 -0800
If you are getting this then turn on Xcode-gdb logging and file a Radar so we can look at the problem. Then disable the data formatters by un-checking the menu Debug->Variables View->Enable Data Formatters and you will be able to debug that section of code.
or, after you filed your Radar, you can try turning of the timer with the following in Terminal...
# defaults write com.apple.Xcode PBXGDBDataValueSequenceTimeout 0
-ChrisF On Feb 22, 2006, at 9:17 PM, tyler wrote:
It makes debugging impossible once it gets that "timed out fetching data" message.
|
_______________________________________________
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