@inproceedings{0d80aaa4d178496bafdc2d6d16ec0a8e,
title = "A state alteration and inspection-based interactive debugger",
abstract = "Despite significant advances in automated debugging, programmers still rely on traditional interactive debuggers (e.g., GDB) to find and fix bugs. While popular, these debuggers have major deficiencies: they do not guide the programmer in narrowing the source of error, and they only support a limited and low-level set of state-altering commands, hence semantic state alteration requires recompilation and reexecution. To address these shortcomings, we present an interactive debugger that combines capabilities that reduce debugging effort and increase debugging speed. The capabilities that yield these benefits include: state alteration commands for dynamically switching the directions of conditional branches and suppressing the execution of statements; state inspection commands including navigating and pruning dynamic slices; and state rollback and checkpointing commands to allow reexecution of the program from an earlier checkpoint. Our prototype is built on top of GDB using the Pin infrastructure; we also provide a GUI based on KDbg. Our experience shows that our debugger handles many kinds of real bugs effectively and efficiently.",
keywords = "debugging, dynamic slicing, state alteration",
author = "Yan Wang and Min Feng and Rajiv Gupta and Iulian Neamtiu",
year = "2013",
doi = "10.1109/SCAM.2013.6648188",
language = "English (US)",
isbn = "9781467357395",
series = "IEEE 13th International Working Conference on Source Code Analysis and Manipulation, SCAM 2013",
publisher = "IEEE Computer Society",
pages = "84--93",
booktitle = "IEEE 13th International Working Conference on Source Code Analysis and Manipulation, SCAM 2013",
address = "United States",
note = "2013 IEEE 13th International Working Conference on Source Code Analysis and Manipulation, SCAM 2013 ; Conference date: 22-09-2013 Through 23-09-2013",
}