Session 3C: Software Project Management and ApplicationsStatistical debugging is a technique that mines data obtained from software executions in order to identify the program statements that are relevant to program bugs. Specifically' program predicates are injected into the program during compilation and statistics about those predicates are collected during the program execution. When bugs are found but the developers have no clue where the bugs are' they may call such a statistical debugger for help. The debugger ranks the injected predicates according to their statistical relevancy to bugs and presents the suspicious ones to the developers. When a bug is found and fixed' but the updated program still contains (some other) bugs' the pre...