Re: (no subject)
Re: (no subject)
- Subject: Re: (no subject)
- From: Mike Jackson <email@hidden>
- Date: Fri, 19 Aug 2005 17:59:02 -0400
Clean ALL your projects by manually going to the finder and moving
the build products to the trash.
Now check your build setting and make sure (again) that debug symbols
are ON and Optimizations are OFF (-O0). Now build your project. This
should solve it. It does for me.
Sometimes you can not convince Xcode to do a "clean", so removing the
build intermediates folder from the finder does this nicely, kinda
using the sledge hammer approach.
Mike Jackson
On Aug 19, 2005, at 1:53 PM, Wayne Anderson wrote:
Hi,
I'm having a problem with <incomplete type> showing up as the value
for variables in the debugger when attempting to debug a c++ class.
This problem seem to apply to all local (stack) variables in class
methods, and to most (but not all) class member variables.
The problem seems to only affect one class in my project (naturally
the one I have a critical need to debug).
I saw this topic was covered a few months ago in this list and I
was suggested that this is a bug in gcc 4.0. I was wondering if
any progress
had been made to resolve this and/or if any work-around exists.
Thanks in advance,
Wayne
___________________________________
Wayne Anderson
Red Rock Software, Inc.
10 West Broadway, Suite 850
Salt Lake City, UT 84101
http://www.redrocksw.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40bluequartz.net
This email sent to email@hidden
---
Mike Jackson
mike _at_ bluequartz dot net
_______________________________________________
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: | |
| >(no subject) (From: Wayne Anderson <email@hidden>) |