Introduction
Describes the Xcode debugging facilities and the recommended debugging techniques.
Organization of This Document
The first chapter, Debugging Essentials , provides a high-level summary of the Xcode debugging environments.
The next five chapters describe the debugging environments and show how to customize your debugging experience:
Debugging in the Debugger describes the main debugging environment.
Debugging in the Text Editor describes the text-editor–based debugging environment.
Debugging in the Mini Debugger explains how to use the mini debugger to debug programs unobtrusively.
Debugging in the Console discusses the GDB Console window.
Debugging Preferences describes the Debugging preferences pane.
The remaining chapters describe general debugging features and capabilities:
Managing Program Execution describes the mechanisms used to control and monitor the execution of programs.
Viewing Variables and Memory discusses the various ways in which you can view the values of variables as you debug your programs.
Modifying Running Code shows how you can modify your executable while it is running.
Debugging Programs Remotely describes how to debug a program running on another computer.
Mac OS X Low-Level Debugging describes the Mac OS X debugging facilities that can help you in your debugging tasks.
Debug Information Format talks about the storage and usage of debug information in binaries.
Next
Copyright © 2011 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2011-03-08