hi after crashing i set the exception break point by pressing break point symbol and i choose objective c language while editing the break point. I run it again ,app is crashed ,but it is not stopped where the exception is occurred in xcode6
Thanks in advance.
Ok than try using enabling zombie environment.
Follow these steps:
+
button at bottom part. Click on that button and add varialbeNSZombieEnabled
with valueYES
.Click close and again run your project, hope this will track down zombie objects at runtime which cause runtime crash.
See the following steps.
Look into [Navigator] and Click on [Show the Breakpoint Navigator].
See the bottom of Navigator [ + ] Sign. Click on it
Select [Add Exception Breakpoint].
Your Exception Breakpoint are activated from this things.