Re: Dictionary won't write to disk
Re: Dictionary won't write to disk
- Subject: Re: Dictionary won't write to disk
- From: Andy Lee <email@hidden>
- Date: Wed, 8 Jun 2005 23:58:30 -0400
On Jun 8, 2005, at 11:37 PM, Dave DeLong wrote:
Perhaps there's another way to tackle this problem. All I need to
do is inspect the structure of my dictionary. From what I've seen
in the debugger, there's no clear way to get a list of all the key/
value pairs of a dictionary (or array, for that matter) while
debugging. Is there? That would be preferred.
You could write a small method that prints all the key/value pairs,
using NSDictionary's -keyEnumerator method. Then either put a call
to that method in your code or break in the debugger and call it
manually.
--Andy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden