In previous versions of xCode, execution would stop at the line of
an error. So far I can't figure out how to make that happen with
version 3. I'm hunting an error where a dictionary or array count is
failing because it's now a string... I'd rather not put a break
point on every instance of [object count]. Any pointers?
Put your breakpoint on "objc_exception_throw", all objc exceptions now
go through this function, regardless of whether they are thrown with -
raise or @throw.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden