Advanced debuggers available in modern IDEs make it easier to debug programs and understand their runtime behavior. The Eclipse Debugging Aids aim to enrich the software debugger in Eclipse with visualizations that provide more insights into information available at the runtime. Example for this information are the traces collected at tracepoints set by the user, the values of the variables over time, or values in large arrays.