yuce / pyswip

PySwip is a Python - SWI-Prolog bridge enabling to query SWI-Prolog in your Python programs. It features an (incomplete) SWI-Prolog foreign language interface, a utility class that makes it easy querying with Prolog and also a Pythonic interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I use prolog's debug/trace mode in python

aaronliu7 opened this issue · comments

I want to print prolog logs in python, such as messages in debug/trace mode. What should I do?