iOS 調試器:CRChecker

jopen 9年前發布 | 12K 次閱讀 CRChecker iOS開發 移動開發

CRChecker 是調試工具,幫助你找到循環引用的問題。

Usage

It's really easy to use this tool.

Be careful, this tool should not use under production.

If you use CocoaPods 1. Podfile addPod 'CRChecker'2. pod update 3. It's OK~

If you eager use source code 1. Go to Github Download latest version zip. 2. Add CRChecker/CRChecker files into your project 3. It's OK~

Counter will not record system libraries class.

Version 1.0.1

CRCounter will not record any system libraries. That's because, we think developer should focus on your code.

Counter could only record custom prefix class.

add this line to your code

[CRChecker addCustomClassPrefix:@"Demo"];

Only Demo Prefix Classes will be record.

 iOS 調試器:CRChecker

項目主頁:http://www.baiduhome.net/lib/view/home/1422534716908

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!