Skip to content

Instantly share code, notes, and snippets.

@matsuda
Created November 9, 2011 03:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsuda/1350246 to your computer and use it in GitHub Desktop.
Save matsuda/1350246 to your computer and use it in GitHub Desktop.
EXC_BAD_ACCESSの対処法
#
# 毎回忘れるのでメモ
# http://ameblo.jp/tokotokosoftware/entry-10791578218.html
# http://iphone.longearth.net/2009/03/09/【iphone】メモリ不足時のシミュレートとデバッグ/
# http://d.hatena.ne.jp/Kazzz/20120109/p1
# XCode4:「Product -> Edit Scheme」の「Arguments」タブの「Environment Variables」に追加
#
NSDebugEnabled = YES
NSZombieEnabled = YES
MallocStackLogging = YES
// MallocStackLoggingNoCompat = YES // これは不要?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment