XCode Debugger Breakpoint Question
XCode Debugger Breakpoint Question
- Subject: XCode Debugger Breakpoint Question
- From: Dave <email@hidden>
- Date: Tue, 26 Apr 2016 15:28:32 +0100
Hi All,
This is for Mac.
I have the “All Objective-C Exceptions” breakpoint enabled. I’m calling a third party method that calls into the Core Foundation layer and this causes an exception. The method handles the exception by using @catch and deals with the problem internally.
My problem is that it is causing the “All Objective-C Exceptions” to trigger which causes a hiccup in my App. I switched it off but now other real exceptions are being ignored too. Is there any way to set it up so that it doesn’t breakpoint on the ones in the Third Party Method but does breakpoint on all others?
Thanks a lot for any help.
All the Best
Dave
_______________________________________________
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