Re: How to troubleshoot Simulator Crashes
Re: How to troubleshoot Simulator Crashes
- Subject: Re: How to troubleshoot Simulator Crashes
- From: Kyle Sluder <email@hidden>
- Date: Thu, 26 Jun 2014 17:40:24 -0500
On Thu, Jun 26, 2014, at 05:07 PM, Keary Suska wrote:
> On Jun 26, 2014, at 2:38 PM, Alex Zavatone wrote:
>
> > Add an All Exceptions exception breakpoint to your project so that you can see where in code it's cratering, perhaps?
>
> Except it is not my code, it is Cocoa Simulator that crashes, apparently
> during the nib loading process. To be clear, this is an OS X project
> where I am choosing "simulate document."
You can set up lldb to wait for the Cocoa Simulator to start running
before attaching. That way you can trap the error condition and see if
some of your code is somehow involved. (I haven't yet played with Live
Views with respect to the Cocoa Simulator.)
--Kyle Sluder
_______________________________________________
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