Debugging reinvented 论文

2008引用 287
Software Engineering ResearchSoftware Testing and Debugging TechniquesSoftware Reliability and Analysis Research

详细信息

发表日期
2008-05-10
发表年份
2008

关键词

Software Engineering ResearchSoftware Testing and Debugging TechniquesSoftware Reliability and Analysis Research

摘要

When software developers want to understand the reason for a program's behavior, they must translate their questions about the behavior into a series of questions about code, speculating about the causes in the process. The Whyline is a new kind of debugging tool that avoids such speculation by instead enabling developers to select a question about program output from a set of why did and why didn't questions derived from the program's code and execution. The tool then finds one or more possible explanations for the output in question, using a combination of static and dynamic slicing, precise call graphs, and new algorithms for determining potential sources of values and explanations for why a line of code was not reached. Evaluations of the tool on one task showed that novice programmers with the Whyline were twice as fast as expert programmers without it. The tool has the potential to simplify debugging in many software development contexts.

相关技术

暂无数据

相关事件

暂无数据

相关文章

暂无数据