您的位置:首页 > 移动开发 > IOS开发

IOS调试

2016-10-23 01:03 246 查看
转自:https://developer.apple.com/library/content/technotes/tn2239/_index.html#//apple_ref/doc/uid/DTS40010638-CH1-SUBSECTION21

Technical Note TN2239


iOS Debugging Magic

iOS contains a number of 'secret' debugging facilities, including environment variables, preferences, routines callable from GDB, and so on. This technote describes these facilities. If you're developing for iOS, you should look through this list to see if
you're missing out on something that will make your life easier.

Introduction
Basics

Enabling Debugging Facilities
Seeing Debug Output

Some Assembly Required

ARM
Intel 32-Bit
Architecture Gotchas
Controlled Crash

Instruments
CrashReporter
BSD

Memory Allocator
Standard C++ Library
Dynamic Linker (dyld)

Core Services

Core Foundation

Application Services

Core Animation

Cocoa and Cocoa Touch

Objective-C
Foundation
UIKit

Networking
Power
Push Notifications
iPhone Simulator
Document Revision History
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐