Next Page > Hide TOC

Introduction

Contents:

Organization of This Document


Finding and eliminating bugs in your code is a critical phase of the development process. Xcode provides advanced debugging facilities, which include debugging from the text editor so that you don’t stray far from your code, and using the mini debugger, which provides a graphical debugging experience that is less intrusive on the running application than other methods. You can also use a more traditional, specialized Debugger window, or the GDB debugger console.

This document describes the Xcode debugging environments. You’ll learn how to take advantage of the capabilities each environment provides.

Organization of This Document

This document contains the following chapters:



Next Page > Hide TOC


© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-01-06)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.