Re: <unknown type>
Re: <unknown type>
- Subject: Re: <unknown type>
- From: Justin Walker <email@hidden>
- Date: Mon, 16 Aug 2004 10:27:04 -0700
On Aug 16, 2004, at 9:08, Ken Brooks wrote:
Working in XCode 1.2 and typing the name of a global variable into the
Expressions window, I often get this problem: in the value column it
says, "<unknown type>"
This happened even when the global was a simple bool, declared in THIS
source file and used in THIS function (where I am now stopped at a
breakpoint).
This bug is really becoming a roadblock! Is there any help for this,
short of switching to 1.5 and incurring all the other disturbances I
have been reading about?
In the absence of other information, you can "cast":
(gdb) p (int)foo
should do the job.
Regards,
Justin
--
Justin C. Walker, Curmudgeon-At-Large *
Institute for General Semantics | It's not whether you win or
lose...
| It's whether *I* win or lose.
*--------------------------------------*-------------------------------*
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.