Book2021
The Debugging Book
Zeller et al.
Treats debugging as an algorithmic process that can itself be automated and taught step by step, from print statements to delta debugging and automatic fault localisation.
Computer Science · Software Engineering
A topic within Software Engineering, itself one of 15 topics in that field and part of Computer Science.
2 works
Zeller et al.
Treats debugging as an algorithmic process that can itself be automated and taught step by step, from print statements to delta debugging and automatic fault localisation.
Andreas Zeller & Ralf Hildebrandt
Introduces delta debugging, an algorithm that automatically narrows a failing test case down to the minimal set of circumstances that still reproduces the failure.