Not really sure if these two issues are unrelated, since I'm not entirely sure if the latter is an issue with my syntax for queries. Is there something special I need to do for those?
This was done using VSC-Prolog v0.8.23 running on Code v1.30.2, OSX 10.14.2.
Hello,
Whenever I begin a debugging process in the extension I get this error in the debug console:
Debugging still partly works regardless of this error, as when I write:
Writing
start
will work as intended.However straight-up queries like
tom(cat).
do not work and produce the error:Not really sure if these two issues are unrelated, since I'm not entirely sure if the latter is an issue with my syntax for queries. Is there something special I need to do for those?
This was done using VSC-Prolog v0.8.23 running on Code v1.30.2, OSX 10.14.2.
Thank you for your time.