Re: debugging unrecognized selector
Re: debugging unrecognized selector
- Subject: Re: debugging unrecognized selector
- From: Torsten Curdt <email@hidden>
- Date: Fri, 16 May 2014 12:07:57 +0200
> the debugger only stops in UIApplicationMain.
>
> That’s most likely because your “level of detail” slider (the horizontal
> slider below the call stack in the Debug pane) isn’t at the extreme right
> end.
OMG! There is slider!? That's a revelation. Thanks!
> The last 2 won’t help. NSString doesn’t have such a method, so the
> breakpoints will never trigger. (You’ve effectively set a breakpoint on a
> global symbol that doesn’t exist.)
Ah, OK I thought it wouldn't matter whether the selector exists for
the debugger to catch it.
Thanks, guys!
_______________________________________________
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