SWI-Prolog / packages-swipy

Python interface for SWI-Prolog
41 stars 5 forks source link

trace. #7

Closed TianYaDY closed 6 months ago

TianYaDY commented 6 months ago

Hello! Thank you for your efforts. I would like to inquire, when using Janus-SWI, how can I prompt it to print out the Prolog inference process (similar to 'trace.')?

JanWielemaker commented 6 months ago

Please use our Discourse forum for questions. In general you should be able simply call

  janus.query_once("trace, whatever", ...)