1

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?

Martin Kunze
  • 995
  • 6
  • 16

1 Answers1

1
set_prolog_flag(debugger_write_options,[max_depth(0)]),
Martin Kunze
  • 995
  • 6
  • 16