udacity / ios-nd-debugging

Resources for Udacity's iOS Debugging course.

Repository from Github https://github.comudacity/ios-nd-debuggingRepository from Github https://github.comudacity/ios-nd-debugging

iOS Developer Nanodegree logo

iOS Debugging

Platform iOS

This repository contains resources for Udacity's iOS Debugging course.

Overview

iOS Debugging covers the basics of print or "caveman" debugging, debugging with breakpoints, and the new visual debugging tools provided by Xcode. It uses a single, flowing example called SoManyBugs to demonstrate each debugging technique.

Setup

The SoManyBugs should build and run without any additional setup; however, it is purposefully riddled with runtime bugs that should be solved as you complete the iOS Debugging course.

Maintainers

@jarrodparkes

About

Resources for Udacity's iOS Debugging course.

License:MIT License


Languages

Language:Swift 100.0%