Beginning iOS Debugging
Learn the fundamentals of debugging in Xcode: including breakpoints, stack traces, and visibly inspecting the view hierarchy. After this course, you'll be better able to understand what's happening throughout the flow of your app, and why! By Jerry Beers.
Why learn debugging? This introductory video will answer this question and preview the course.
Pause your app in the middle of execution using breakpoints. Use the breakpoint navigator to view and manage all the breakpoints in your project.
Activate and deactivate individual breakpoints, disable all breakpoints in a project, and delete breakpoints in Xcode.
View the values stored in your properties and constants while your app is paused. Use debugger commands to change the state of your app while debugging.
Challenge time! In this challenge, you'll use the skills you've learned so far to find and fix a bug.
Use Xcode to step through execution of your app one line at a time. Learn the different ways to step through your code.
See how the call stack works and how to navigate it during a debug session to view the app state at different points in the stack.
Learn some tools for debugging visual issues with your app. Debug a layout issue using Xcode's debug view hierarchy tool.
In this challenge, use breakpoints and the call stack to find the source of another bug.
In this video, review what you've learned in this course and see where to go next.