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.
MIT License
464 stars 97 forks source link

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

Open aaronliu7 opened 1 year ago

aaronliu7 commented 1 year ago

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

osoblanco commented 4 months ago

Any updates on this issue ?