Declarative debugging of rewriting logic specifications

Adrián Riesco, Alberto Verdejo, Narciso Martí-Oliet, and Rafael Caballero

Journal of Logic and Algebraic Programming, 81(7-8):851-897, 2012.

Abstract: Declarative debugging is a semi-automatic technique that starts from an incorrect computation and locates a program fragment responsible for the error by building a tree representing this computation and guiding the user through it to find the error. Membership equational logic (MEL) is an equational logic that in addition to equations allows one to state membership axioms characterizing the elements of a sort. Rewriting logic is a logic of change that extends MEL by adding rewrite rules, which correspond to transitions between states and can be nondeterministic. We propose here a calculus to infer reductions, sort inferences, normal forms, and least sorts with the equational subset of rewriting logic, and rewrites and sets of reachable terms through rules. We use an abbreviation of the proof trees computed with this calculus to build appropriate debugging trees for both wrong (an incorrect result obtained from an initial result) and missing answers (results that are erroneous because they are incomplete), whose adequacy for debugging is proved. Using these trees we have implemented Maude DDebugger, a declarative debugger for Maude, a high-performance system based on rewriting logic. We illustrate its use with an example.

[pdf]

@article{jlap/RiescoVMC12,
  author    = {Adri{\'a}n Riesco and
               Alberto Verdejo and
               Narciso Mart\'{\i}-Oliet and
               Rafael Caballero},
  title     = {Declarative debugging of rewriting logic specifications},
  journal   = {Journal of Logic and Algebraic Programming},
  volume    = {81},
  number    = {7-8},
  year      = {2012},
  pages     = {851-897},
  ee        = {http://dx.doi.org/10.1016/j.jlap.2011.06.004}
}