2.10.4.3 Formatting Commands
Context C Toggle’Show Context'. If on
, the context module of the goal is displayed between square brackets (see modules section (section 6)). Default isoff
.Display d Set the max_depth(Depth)
option of debugger_write_options (section 2.12), limiting the depth to which terms are printed. See also thew
andp
options.p Set the Prolog flag debugger_write_options to [quoted(true), portray(true), max_depth(10), priority(699)]
. This is the default.Write w Set the Prolog flag debugger_write_options to [quoted(true), attributes(write), priority(699)]
, bypassing portray/1, etc.