Graphic debugger in cursor (vs-code)

Hello,

Its been a while, i am looking again into prolog.

I managed to get the prolog repl to work in cursor using the prolog extension and configuring the paths.

However, i was not able to get the visual debugger to start working.

submitting guitracer. isn’t a recognized predicate.

starting swi prolog and selecting graphic debugger menu does work – so xpce is installed and happy.

All help would be much appreciated,

Dan

Many of these tools run swipl.exe rather than swipl-win.exe. Typically it works after loading

?- [swi('swipl-win.rc')].

At least, that is the state on Windows. On MacOS and Linux it should work normally out of the box.

1 Like

Incredible – that works!

What did this configure