How to debug exc_bad_access in xcode 4.2

Source: Internet
Author: User

From: http://www.fengqijun.com/posts/open-nszombieenabled-help-diagnose-exc-bad-access

Enable nszombieenabled to debug exc_bad_access

In IOSProgramWhether you are a newbie or a cool man, you may encounter exc_bad_access. At this time, no information is displayed in your debug area to help you identify the problem. In this case, you need to enable nszombieenabled to provide more useful information.

In xcode 4.2, there are two methods to open nszombie.

Method 1: Add environment variables. In the menu, choose product> edit schema and run (app name). In environment variables under arguments, add nszombieenabled, the value is yes.

Method 2: Open diagnostics, select product> edit schema from the menu, select Run (app name), and enable zombie objects under memory management under diagnostics.

At this point, when running the program, it will show which instance has been release, and you will send a message to this object. 

 

 

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.