Use prolog debug/trace mode without dots?

82 Views Asked by At

To get some prolog answer without dots its possible to use the flag:

set_prolog_flag(answer_write_options,[max_depth(0)])

Is their some similar option to print the entire debug output line by line without dots too?

1

There are 1 best solutions below

0
Martin Kunze On
set_prolog_flag(debugger_write_options,[max_depth(0)]),