< Previous PageNext Page > Hide TOC

Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Debugging

Once a product has been designed and an initial version built, you spend time testing it, to find and correct bugs. Xcode contains a full-featured source-level debugger that lets you step through your code line by line, set breakpoints, and view variables, stack frames, and threads. The following chapters introduce executable environments, and show you how to use them to run your program under different conditions from within Xcode. They also describe Xcode’s graphical debugger, and how to use it to examine program data and control execution of your code; as well as how to use Fix and Continue to make changes to your source code and continue debugging.



< Previous PageNext Page > Hide TOC


© 2004, 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-11-07)


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.