Back to Search Start Over

Better Debugging via Output Tracing and Callstack-Sensitive Slicing.

Authors :
Horwitz, Susan
Liblit, Ben
Polishchuk, Marina
Source :
IEEE Transactions on Software Engineering; Jan/Feb2010, Vol. 36 Issue 1, p7-19, 13p, 1 Black and White Photograph, 4 Diagrams, 2 Charts, 3 Graphs
Publication Year :
2010

Abstract

Debugging often involves 1) finding the point of failure (the first statement that produces bad output) and 2) finding and fixing the actual bug. Print statements and debugger break points can help with step 1. Slicing the program back from values used at the point of failure can help with step 2. However, neither approach is ideal: Debuggers and print statements can be clumsy and timeconsuming and backward slices can be almost as large as the original program. This paper addresses both problems. We present callstack-sensitive slicing, which reduces slice sizes by leveraging the series of calls active when a program fails. We also show how slice intersections may further reduce slice sizes. We then describe a set of tools that identifies points of failure for programs that produce bad output. Finally, we apply our point-of-failure tools to a suite of buggy programs and evaluate callstack-sensitive slicing and slice intersection as applied to debugging. Callstack-sensitive slicing is very effective: On average, a callstack-sensitive slice is about 0.31 time the size of the corresponding full slice, down to just 0.06 time in the best case. Slice intersection is less impressive, on average, but may sometimes prove useful in practice. [ABSTRACT FROM AUTHOR]

Details

Language :
English
ISSN :
00985589
Volume :
36
Issue :
1
Database :
Complementary Index
Journal :
IEEE Transactions on Software Engineering
Publication Type :
Academic Journal
Accession number :
48478223
Full Text :
https://doi.org/10.1109/TSE.2009.66