• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Exception Breakpoint
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Exception Breakpoint
      • From: Dave <email@hidden>
References: 
 >Exception Breakpoint (From: Dave <email@hidden>)

  • Prev by Date: Exception Breakpoint
  • Next by Date: Re: Exception Breakpoint
  • Previous by thread: Exception Breakpoint
  • Next by thread: Re: Exception Breakpoint
  • Index(es):
    • Date
    • Thread