Re: Opaque types are nice concepts but how do you debug that?
Re: Opaque types are nice concepts but how do you debug that?
- Subject: Re: Opaque types are nice concepts but how do you debug that?
- From: Alexey Proskuryakov <email@hidden>
- Date: Fri, 02 Sep 2005 13:40:39 +0400
On 02.09.2005 12:24, "Jerry" <email@hidden> wrote:
> Theoretically you can type:
>
> print (int)CFShow( myDictionary )
>
> into the debugger console. Unfortunately, for me this always results
> in a message saying that the program was signalled in a function
> called by GDB followed by debugging mayhem, but I know it works for
> most people.
Actually, it works for me as either
call (void)CFShow(myDictionary)
or
po myDictionary
> Also, technote TN2124 can't be publicized too much
Absolutely so!
- WBR, Alexey Proskuryakov
_______________________________________________
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