Declarative debugging of rewriting logic specifications

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

Technical report SIC-2/10, Dpto. Sistemas Informáticos y Computación, Universidad Complutense de Madrid, March 2010.

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 to state membership axioms characterizing the elements of a sort. Rewriting logic is a logic of change that extends MEL by adding rewrite rules, that 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 part, 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 a declarative debugger for Maude, a high-performance system based on rewriting logic, whose use is illustrated with an example.

The Maude source files for the debugging tool and several examples are available from the webpage.

[pdf]

@techreport{debuggingTR10,
	Author = {Adri\'an Riesco and Alberto Verdejo and Narciso Mart\'{\i}-Oliet and Rafael Caballero},
	Institution = {Dpto.\ Sistemas Inform\'aticos y Computaci\'on, Universidad Complutense de Madrid},
	Number = {SIC-02/10},
	Title = {Declarative Debugging of Rewriting Logic Specifications},
	Ee = {http://maude.sip.ucm.es/debugging},
	Year = {2010}}