DDC: a declarative debugger for C++

A declarative debugger for C++ is presented, called DDC. A declarative debugger receives as input an incorrect computation, builds a debugging tree based on the execution of the program and, after asking questions to an oracle (typically the user), points out a fragment of code that is the cause of...

Full description

Bibliographic Details
Author: Coeurjoly Lechuga, Roland
Format: master thesis
Publication Date:2022
Country:España
Institution:Universidad Complutense de Madrid (UCM)
Repository:Docta Complutense
Language:English
OAI Identifier:oai:docta.ucm.es:20.500.14352/73933
Online Access:https://hdl.handle.net/20.500.14352/73933
Access Level:Open access
Keyword:004(043.3)
Declarative debugging
C/C++
GDB
Formal verification
Coq
Depuración declarativa
Verificación formal
Informática (Informática)
1203.17 Informática
Description
Summary:A declarative debugger for C++ is presented, called DDC. A declarative debugger receives as input an incorrect computation, builds a debugging tree based on the execution of the program and, after asking questions to an oracle (typically the user), points out a fragment of code that is the cause of the failure. We present the debugger’s main features, such as three different navigation strategies, using test cases as oracles, support for nonterminating programs and a tree transformation.