Re: Variable view and Unions
Re: Variable view and Unions
- Subject: Re: Variable view and Unions
- From: Chris Espinosa <email@hidden>
- Date: Fri, 31 Mar 2006 13:50:24 -0800
On Mar 31, 2006, at 1:10 PM, Mark Thomas wrote:
as this is major headache trying to debug anything as using Xcode
2.2, this
is still happening :-(.
Well, it's still happening because we don't have any bugs filed
against it, and we haven't released a update to Xcode since 2.2 (2.2.1
had only one extremely minor change to the Xcode IDE).
As debugger view window will not show anything in
the struct which has a union :-(.
The two typical ways of dealing with this are a) use the Expressions
window and extract the members individually, or b) write a Custom Data
Viewer summary for the struct. Just enter something like {name: %name
% size: %size%}:s where 'name' and 'size' are the members of the union
struct.
Is this on anybodies radar ?
Unless you file it at http://bugreporter.apple.com, no.
Chris
_______________________________________________
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