Is there a way to activate the graphic debugger on command line.
I managed to get the swi prolog plugin compiled and installed on cursor ide on osx, and have a command line, but no graphic debugger – the command [swi(‘swipl-win.rc’)]. leads to an error
ERROR: source_sink `swi(‘swipl-win.rc’)’ does not exist
ok, got it to work - i have two swi prolog versions included, one via brew and the other one i probsably installed manually and it sits in the applications folder as swi-prolog.app – that’s the one that has an executable with pce enabled – and when i pointed the path to its executable in the plugin settings – it worked like a charm!
Unfortunately Homebrew likes installing just the core system. It anyone is willing to update the recipe, please do. The Macports version should be fine.
The ?- [swi('swipl-win.rc')]. was needed on Windows to run graphics from swipl.exe. Since the move to the SDL based tools this is no longer required.