Is there a command I can put in my SWI INI file to automatically turn on the Graphical Debugger?
Bonus points if there is a way to automatically launch the Navigator too.
Is there a command I can put in my SWI INI file to automatically turn on the Graphical Debugger?
Bonus points if there is a way to automatically launch the Navigator too.
try help(guitracer)
and help(prolog_ide)
.
I would try
:- cd(path_to_debug).
:- [module_to_debug].
:- gtrace, call_to_debug.