FROM : malcom
DATE : Thu Nov 22 12:33:28 2007
Wow that's true. Now seems to works well. However I don't remember I've set
optimization level inside the proj settings. Is it automatically?
On Nov 22, 2007 11:37 AM, Jack Nutting <<email_removed>> wrote:
> On 11/22/07, malcom <malcom.<email_removed>> 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
>
--
Indie Mac Developer
web: www.malcom-mac.com
mail: malcom.<email_removed>
aim: malcombsd
DATE : Thu Nov 22 12:33:28 2007
Wow that's true. Now seems to works well. However I don't remember I've set
optimization level inside the proj settings. Is it automatically?
On Nov 22, 2007 11:37 AM, Jack Nutting <<email_removed>> wrote:
> On 11/22/07, malcom <malcom.<email_removed>> 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
>
--
Indie Mac Developer
web: www.malcom-mac.com
mail: malcom.<email_removed>
aim: malcombsd
| Related mails | Author | Date |
|---|---|---|
| malcom | Nov 22, 01:48 | |
| John Stiles | Nov 22, 02:14 | |
| I. Savant | Nov 22, 03:00 | |
| malcom | Nov 22, 10:49 | |
| malcom | Nov 22, 12:33 | |
| malcom | Nov 22, 12:34 |






Cocoa mail archive

