Re: Implicit @try/@catch?
Re: Implicit @try/@catch?
- Subject: Re: Implicit @try/@catch?
- From: Shawn Erickson <email@hidden>
- Date: Wed, 11 Nov 2009 09:31:32 -0800
On Tue, Nov 10, 2009 at 8:44 PM, Jim Kang <email@hidden> wrote:
> When I stepped through it, a sort of exception was thrown at the call to
> methodSignatureForSelector (it didn't like that the selector had an argument
> that was a raw pointer instead of an id or pointer to an Objective-C
> object).
A "sort of" exception was thrown? Please post exactly what you saw in
the console or the debugger. The above doesn't make much sense to
me... methods can take raw pointers just fine.
As a guess are you possible seeing the debugger jump between
independent threads going thru the same code?
-Shawn
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden