On Mon, 18 Oct 2010 23:02:48 -0700 (PDT), Chris Share <cpsmu...@yahoo.com>
said:
>I assume that it's the [inputArray removeAllObjects] that's causing the
>problem
>(?)

Don't assume. Enable breakpoints and tell Xcode to break on exceptions;
then build and debug. When the problem happens, you'll be stopped where it
happened and you'll be able to examine the call stack to *see* what's
causing the problem. If that doesn't work, add breakpoints of your own and
use stepping to figure out where the problem is. m.

--
matt neuburg, phd = m...@tidbits.com, <http://www.apeth.net/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
http://www.apeth.net/matt/default.html#applescriptthings


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to