Re: Exception Breakpoint
Re: Exception Breakpoint
- Subject: Re: Exception Breakpoint
- From: Fritz Anderson <email@hidden>
- Date: Wed, 01 Apr 2015 17:15:47 -0500
On 1 Apr 2015, at 4:39 PM, Dave <email@hidden> wrote:
> How do I get the the Debugger to stop on an Exception in XCode 6.2?
Breakpoint navigator (seventh tab), + button at bottom-left, select Add Exception Breakpoint from the dropdown menu. Right-click on the new exception to edit options; it’s usually a good idea to break on Objective-C exceptions only.
Breaking on throw will show you where the exception happened; on catch, you’ll get the dump of the exception log.
— F
_______________________________________________
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