site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Alexander Cohen (alexcohen@toomuchspace.com) on 2006-12-29 10:48 said:
Im getting an NSCFArray beyond bounds error in the console a lot from my app, im not sure how to find culprit. Is there any place i can put a break point that will only break when that message is output to the console? I tried 'NSLog' but that only seems to give me a 5 or 6 frame stack. This seems to tell me that my problem is going on in another thread than the main thread. I also tried 'objectAtIndex' but that message is sent much too often. Please help!
Maybe this would help: <http://developer.apple.com/technotes/tn2004/tn2124.html#SECCF> "The Core Foundation framework also has a debug variant that offers extensive debugging assistance. For example, the non-debug variant of Core Foundation does not check the validity of parameters that you pass to its routines, whereas the debug variant includes full parameter checking." Sean -- "None are more hopelessly enslaved than those who falsely believe they are free." - Goethe _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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/site_archiver%40lists.apple... This email sent to site_archiver@lists.apple.com