Re: Xcode 2.1 debugger grief
Re: Xcode 2.1 debugger grief
- Subject: Re: Xcode 2.1 debugger grief
- From: Chris Espinosa <email@hidden>
- Date: Wed, 8 Jun 2005 17:36:30 -0700
On Jun 8, 2005, at 4:02 PM, Ricky Sharp wrote: I have a feeling that both my 10.4.0 and 10.4u SDKs are totally hosed.
Has anyone else seen strange things with those SDKs? Later tonight I'm going to do a fresh install of Xcode 2.1. I had Xcode 2.0 on my box and upgraded to 2.1. I had specified a custom install so as to include the new SDKs.
I uninstalled version 2.1 and did a clean install. Still have the same problem. I guess the only thing I can try now is to create a brand new project and re-add my source, resources etc and hope for the best.
BTW, the uninstall perl script included with 2.1 doesn't seem to remove the 10.4 universal SDK. I had to manually delete its .pkg from /Library/Receipts
SDKs contain no code. They just have header files and stub libraries with symbols that correspond to the entry points in the real system. It's very, very unlikely that using an SDK could result in the changes you described.
You didn't say what you upgraded *from*. If you came from gcc3.3 to gcc4.0, or from Panther to Tiger, there are underlying OS and compiler changes that might explain this.
You didn't say whether you cleaned your project before building. If you had libraries lying around that were built in a different way than the new build, there may be interesting interactions. Do a full clean before building.
As usual, if optimization is on, the debugger will appear to lie to you. Turn optimization off when debugging.
Chris |
_______________________________________________
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