#!/usr/bin/env python # coding: utf-8 # # Part VII: Debugging in the Large # # In this part, we show how to track failures, changes, and fixes. # # * [Tracking Bugs](Tracking.ipynb) describes the process of tracking, assigning, and eventually fixing bugs, using dedicated bug tracking systems. # # * [Where the Bugs are](ChangeCounter.ipynb) shows how to _mine_ version databases for past changes and bugs, and how to find out which components have had the most bugs in the past.