Delta Debugging automates the scientific method of debugging. The basic idea of the scientific method is to establish a hypothesis on why something does not work. You test this hypothesis, and you refine or reject it depending on the test outcome. When debugging, people are doing this all the time. Manually. Delta Debugging automates this process. Read more...
| Narrowing down possible failure causes |
As a first application, consider a program that fails when given some input. With Delta Debugging, you can isolate and minimize the failure-inducing input automatically. For instance, if your browser crashes on a 10,000-line WWW page, Delta Debugging can determine the failure-inducing HTML tag. Read more...
As another application, consider a program and a number of changes to the program code. After applying the changes, the program no longer works. With Delta Debugging, you can identify the failure-inducing changes automatically. Read more...
Yet another application is the isolation of failure-inducing executed statements - that is, the events during execution which were critical for producing the failure. This work is at an early stage. Read more...
Further applications are the identification of failure-inducing schedules (e.g. race conditions due to nondeterministic behavior) or the isolation of failure-inducing control statements (i.e. which branches taken were relevant and which not).
More information: www.st.cs.uni-sb.de/dd/
Andreas Zeller | Source: Lehrstuhl für Softwaretechnik
More articles from
Information Technology:
The Open Modbus/TCP software solution developed by Siemens
04.12.2008 | Siemens AG
New Approach Eliminates Software Deadlocks Using Discrete Control Theory
04.12.2008 | University of Michigan
New solutions enhancing road safety developed in Finland
04.12.2008 | Transportation and Logistics
Why is the Earth’s mantle conductive?
04.12.2008 | Earth Sciences
ESA satellites flying in formation
04.12.2008 | Physics and Astronomy
Dublin to host Europe’s largest interdisciplinary science conference in 2012
28.11.2008 | Event News
28.11.2008 | Event News
The Automobile – The Transition from Energy Guzzler to Power Supplier
20.11.2008 | Event News