The Prolog Debugger and Declarative Programming. Examples

Włodzimierz Drabent
DOI: https://doi.org/10.48550/arXiv.2003.01422
2020-03-03
Programming Languages
Abstract:This paper contains examples for a companion paper "The Prolog Debugger and Declarative Programming", which discusses (in)adequacy of the Prolog debugger for declarative programming. Logic programming is a declarative programming paradigm. Programming language Prolog makes logic programming possible, at least to a substantial extent. However the Prolog debugger works solely in terms of the operational semantics. So it is incompatible with declarative programming. The companion paper tries to find methods of using it from the declarative point of view. Here we provide examples of applying them.
What problem does this paper attempt to address?