Jump to content

Delta debugging

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by TingChong Ma (talk | contribs) at 16:18, 9 September 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Delta Debugging automates the scientific method of debugging. The Delta Debugging algorithm isolates failure causes automatically - by systematically narrowing down failure-inducing circumstances until a minimal set remains. Delta Debugging has been applied to isolate failure-inducing program input (e.g. a HTML page that makes a Web browser fail), failure-inducing user interaction (e.g. the keystrokes that make a program crash), or failure-inducing changes to the program code (e.g. after a failing regression test).

Tools

Some computer programs such as Delta had been written to implement the Delta Debugging algorithm .

References

  • Andreas Zeller: Why Programs Fail: A Guide to Systematic Debugging, Morgan Kaufmann, ISBN 1-55860-866-4
  • Delta Debugging project - extensive collection of links to delta debugging tools and methods
  • Delta - a computer program to minimize "interesting" files subject to a test of their interestingness.
  • Why Programs Fail - the "Why Programs Fail" book website