• 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: Viewing Contents Of CFDictionary?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

re: Viewing Contents Of CFDictionary?


  • Subject: re: Viewing Contents Of CFDictionary?
  • From: George Warner <email@hidden>
  • Date: Mon, 14 Jun 2004 09:22:07 -0700

On Sun, 13 Jun 2004 05:25:03 -0600, Lance Drake <email@hidden> wrote:
>  Is there any such utility or strategy - short of writing the contents
> out to a file - that'll let you look at the key/value pairs of a
> CFDictionary during debug?  XCode gives me an address and the number of
> items in the dict - but it would be great to be able to solve the
> runtime mystery of what's really in there.   Mebbe I should write this
> up as a feature/enhancement 'bug'? - or, am I just spoiled by the
> otherwise really great vars support in XCode?

I do this about 20-30 times a day. You can ether add a CFShow directly in
your source code or from the gdb (console) line (in xcode) type:

gdb> call (void) CFShow(myObj)

--
Enjoy,
George Warner,
Schizophrenic Optimization Scientists
Apple Developer Technical Support (DTS)
_______________________________________________
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.


  • Prev by Date: Re: Application fails to launch on certain machines, execle
  • Next by Date: Why does IB just beep when I try to paste?
  • Previous by thread: Re[2]: Viewing Contents Of CFDictionary?
  • Next by thread: Problems with "Undefined symbols" and wchar_t on Mac OS X 10.2
  • Index(es):
    • Date
    • Thread