9
iOS 시뮬레이터에서 테스트 할 때 malloc_history가 유용하다는 것을 알았습니다. 실제 장치 (iPhone 4)에 맞게 구성 할 수 있습니까? 콘솔에iPhone 장치에서 디버깅 할 때 터미널 malloc_history를 사용할 수 있습니까?
나는 곳이 파일을 설치해야합니까이
warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).
유사한 메시지를받을 수 있나요?
는 터미널에 나는이
malloc_history cannot examine process xxxx because the process does not exist.
직접적인 조언/문서에 대한 포인터는 크게 감상 할 수.
감사
"할당"을 악기를 해고하고 사용하는
행운이 있습니까? 나는 최근에 같은 문제를 겪었다. –
여기에 답변 : http://stackoverflow.com/questions/7741985/malloc-history-cannot-examine-process-xxxxxx-because-the-process-does-not-exist. 시뮬레이터를 사용하는 경우에만 디바이스에서 디버깅 할 때 malloc_history를 사용할 수없는 것처럼 보입니다. – smirnoff