Statistical Debugging - The Debugging BookIn this chapter, we introduce statistical debugging – the idea that specific events during execution could be statistically correlated with failures. We start with coverage of individual lines and then proceed towards further execution features.Prerequisites You should have read the chapter on tracing executions.