May 2014
Intermediate to advanced
576 pages
13h 35m
English
The Xcode toolchain includes a powerful suite of code analysis, code correction, and debugging tools. Some run outside the main Xcode editor and are introduced in the following chapters. This chapter discusses features that are built into Xcode itself: the code analyzer, tips and issues, the debugging area, and a selection of other options in the Project navigator that are dedicated to debugging.
With these features, you can perform the following tasks:
The Xcode debugging tool is a windowed frontend to an open-source command-line debugger called LLDB. LLDB adds extra low-level options such as direct hex dumps of memory, object listings, in-line compilation ...
Read now
Unlock full access