• 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 3 Debugger bug?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XCode 3 Debugger bug?


  • Subject: Re: XCode 3 Debugger bug?
  • From: "Jack Nutting" <email@hidden>
  • Date: Thu, 22 Nov 2007 11:37:27 +0100

On 11/22/07, malcom <email@hidden> wrote:
>  Hello list,
> 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.
>
> < http://img442.imageshack.us/img442/1134/picture2pp3.png>
>
> There is an NSMutableArray declared and called pdFormat.
> As you can see it was allocated and inited. However I can't see into the
> debugger.
>  Some other objects has a <value value instead the address memory.
> Is this a sort of bug of xcode 3 or a mistake of mine? Is there a
> workaround?

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).

--
// jack
// http://www.nuthole.com
 _______________________________________________
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 3 Debugger bug? (From: malcom <email@hidden>)

  • Prev by Date: Re: IB 3.0 plugin & error "NSMapRemove(): attempt to remove notAKeyMarker" when saving NIB
  • Next by Date: Re: [Xcode-users] Turning "may not respond to" warnings into errors?
  • Previous by thread: XCode 3 Debugger bug?
  • Next by thread: What can be in an IB Plugin?
  • Index(es):
    • Date
    • Thread