re: Viewing Contents Of CFDictionary?
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.