Publications

Stats

View publication

Title Object-Centric Debugging
Authors Jorge Ressia, Alexandre Bergel, Oscar Nierstrasz
Publication date 2012
Abstract During the process of developing and maintaining a complex
software system, developers pose detailed questions about the runtime
behavior of the system. Source code views offer strictly limited insights,
so developers often turn to tools like debuggers to inspect and interact
with the running system. Unfortunately, traditional debuggers focus on the
runtime stack as the key abstraction to support debugging operations, though
the questions developers pose often have more to do with objects and their
interactions.
We propose object-centric debugging as an alternative ap- proach to
interacting with a running software system. We show how, by focusing on
objects as the key abstraction, natural debugging operations can be defined
to answer developer questions related to runtime behavior. We present a
running prototype of an object-centric debugger, and demonstrate, with the
help of a series of examples, how object-centric debugging offers more
effective support for many typical developer tasks than a traditional
stack-oriented debugger.
Downloaded 11 times
Pages 485-495
Conference name ACM/IEEE International Conference on Software Engineering
Publisher ACM Press (New York, NY, USA)
PDF View PDF
Reference URL View reference page