Categories
|
Test Your Knowledge: Debugging Fundamentals of an iPhone application explained
Summary
This is a test on the article that looks at debugging Objective-C code of an iPhone application from Xcode. Debugging in Xcode can be performed from these four different places: Code Editor Window, Debugger Window, GDB Console, and Mini Debugger. This article goes through these four different ways.
|
|
Table of Contents
Debugging from four different locations Code Editor Window Figure 1. Debugging from the source code editor window of Xcode. There is a debugger bar at the top of the window. Variable values can be obtained by moving the cursor over to the variable. Figure 2. The Debugger Datatip menu in Xcode Debugger Window Figure 3. The Debugger window from Xcode. In addition to the code window, you have call stack and variable information. Debugger Console Figure 4. The Debugger Console. Here you can execute the GDB debugger commands. Here the call stack as a response to the command bt is displayed. Mini Debugger Figure 5. The Mini Debugger Window of Xcode Figure 6. The Mini Debugger when disengaged from the application
|
|
Review Answers for Questions in this Test
|
|
|
|
|
Bookmark and Share This
|
|
More Articles With Similar Tags
|
|
This is a test on the article that gives a quick overview of the development tools installed with iPhone SDK. These tools include Xcode, Interface Builder, Instruments, and iPhone Simulator. In the article, Dash Code, which is used to build web applications for iPhone is also introduced. GDB, the open source debugger, is discussed there as well.
|
This article discusses various parts of the Project window inside an Xcode project. It also gives a quick overview of the Groups and Files navigation window. The Run menu, the default toolbar, and the built-in source editor are also discussed.
|
This is a test on the article that discusses various parts of the Project window inside an Xcode project. It also gives a quick overview of the Groups and Files navigation window. The Run menu, the default toolbar, and the built-in source editor are also discussed.
|
This article explains the user interface files of an iPhone application. Explains the contents of the .xib files, which store the user interface. Goes through the various windows (Document Window, User Interface Window, Inspector Window, Library Window, Connections Panel) of the Interface Builder. The example used is a simple navigation-based iPhone application.
|
This is a test on the article that explains the user interface files of an iPhone application. It explains the contents of the .xib files, which store the user interface. Goes through the various windows (Document Window, User Interface Window, Inspector Window, Library Window, Connections Panel) of the Interface Builder. The example used is a simple navigation-based iPhone application.
|
|
|
|
|
|