Re: XCode 3 Debugger bug?
Re: XCode 3 Debugger bug?
- Subject: Re: XCode 3 Debugger bug?
- From: malcom <email@hidden>
- Date: Thu, 22 Nov 2007 12:34:52 +0100
Well thanks to Jack @ XCode Lists:
Attach reply:
-------------------------------------------------------------------------------------------------
Are you accidentally debugging an optimized binary? If so, it may
have optimized away your local pdFormat variable, sharing the space
with fPred (which it can safely do since fPred is only used after your
code no longer needs pdFormat).
-------------------------------------------------------------------------------------------------
On Nov 22, 2007 10:49 AM, malcom <email@hidden> wrote:
> I've tried to remove these files (and xcode cache) but nothing. I've also
> tried to make a new project with sources but nothing has changed. At this
> point I'm making some mistake but I cannot see where.
> I've wrote to Xcode mailing list, meanwhile this is the sources
> (method returnPredicateQueryForFastRules in MCSmartRulesContainer, I've
> setup breakpoints yet).
> This is the link
> http://www.box.net/shared/8cb076nfnq
>
>
> On Nov 22, 2007 3:00 AM, I. Savant <email@hidden> wrote:
>
> > >> I was debugging an app of mine while I've encounter this strange
> > >> thing (take
> > >> a look at screenshot). This is not the first time.
> > >
> >
> > This is more suited for the xcode-users list as it has nothing at
> > all to do with Cocoa. For the record, though, I discovered a post on
> > xcode-users (of all places) that suggest opening the XCode project
> > package (Show Package Contents) and deleting all but the
> > project.pbxproj file. This worked for me, but there's probably a
> > gentler way to do it (like R'ing TFM and figuring out what's wrong)
> > but hey ... ;-)
> >
> > --
> > I.S.
> >
> >
> >
>
>
> --
> Indie Mac Developer
> web: www.malcom-mac.com
> mail: email@hidden
> aim: malcombsd
--
Indie Mac Developer
web: www.malcom-mac.com
mail: email@hidden
aim: malcombsd
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden