Re: Xcode 2.3: enums in debugger are <incomplete type> & more
Re: Xcode 2.3: enums in debugger are <incomplete type> & more
- Subject: Re: Xcode 2.3: enums in debugger are <incomplete type> & more
- From: "Robert J. Lang" <email@hidden>
- Date: Mon, 05 Jun 2006 12:50:40 -0700
- Thread-topic: Xcode 2.3: enums in debugger are <incomplete type> & more
on 6/5/06 12:13 PM, Lawrence Gold at email@hidden wrote:
> On Jun 5, 2006, at 12:54 PM, Robert J. Lang wrote:
>
>> Since upgrading to Xcode 2.3 and converting my project to DWARF
>> (Generate
>> Debug Symbols is on with level -gfull), I find that for enumerated
>> type variables that were declared within a class...
>> when stopping at a breakpoint in the debugger, all variables of type
>> SomeEnum display a value of "<incomplete type>" in the debugger...
> Did you ever use dsymutil to generate a .dSYM bundle? If so, drill
> down into your application bundle to see if it's still there. If so,
> it could be throwing your debugging off.
I didn't use dysmutil to generate a .dSYM; both my app, and the static
library it links against, are set to DWARF (not DWARF+dSYM), and a check of
the app's bundle contents (and a Finder search) reveal no .dSYM files
anywhere.
Any other thoughts?
Thanks,
Robert
_______________________________________________
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