vix.ing · top · new · best · stats · spec

DUCT: An Interactive Define-Use Chain Navigation Tool for Relative Debugging

2003/11/25 by Aaron Searle, John Gough, David Abramson
Computer Science · #cs.SE

paper · pdf

published as In M. Ronsse, K. De Bosschere (eds), proceedings of the Fifth International Workshop on Automated De-bugging (AADEBUG 2003), September 2003, Ghent · 7 pages

arxiv created 2003/11/25 · arxiv updated 2009/12/01

Abstract

This paper describes an interactive tool that facilitates following define-use chains in large codes. The motivation for the work is to support relative debugging, where it is necessary to iteratively refine a set of asser-tions between different versions of a program. DUCT is novel because it exploits the Microsoft Intermediate Language (MSIL) that underpins the .NET Framework. Accordingly, it works on a wide range of programming languages without any modification. The paper describes the design and implementation of DUCT, and then illustrates its use with a small case study.

Related