• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Opaque types are nice concepts but how do you debug that?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Re: Opaque types are nice concepts but how do you debug that? (From: Jerry <email@hidden>)

  • Prev by Date: Re: Opaque types are nice concepts but how do you debug that?
  • Next by Date: Build configurations and static libraries
  • Previous by thread: Re: Opaque types are nice concepts but how do you debug that?
  • Next by thread: Build configurations and static libraries
  • Index(es):
    • Date
    • Thread