본문 바로가기

6. With IT/6.3 iOS

Xcode Debug option

Debug창(Command + 6)에서 왼쪽 하단의 + 선택


Add Exception Breakpoint - Exception All => Done


Add Symbolic Breakpoint - Symbol에 malloc_error_break 입력 => Done

Add Symbolic Breakpoint - Symbol에 objc_exception_throw 입력 => Done


Product - Scheme - Edit Scheme - Run 프로젝트명.app 선택 - Arguments - Environment Variables 의 + 선택

name : NSZombieEnabled/ Value : YES

name : NSDebugEnabled/ Value : YES


Product - Scheme - Run 프로젝트명.app 선택 - Diagnostics

Enabled Zombie Objects 활성

malloc Stack 활성

'6. With IT > 6.3 iOS' 카테고리의 다른 글

AppDelegate에서 ViewController의 Method사용하기  (0) 2014.01.13
extern C문제  (0) 2013.10.07
시너지프로그램 맥10.8 윈도우 7  (0) 2013.04.25
Xcode에서 SVN사용법  (0) 2013.04.25
setter getter??  (0) 2013.03.19