2.10.4 Trace Mode Commands When Paused
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • Overview
        • Overview of the Debugger
          • Trace Mode Commands When Paused
            • Control Flow Commands
            • Informational Commands
            • Formatting Commands
    • Packages

2.10.4.3 Formatting Commands

Context CToggle’Show Context'. If on, the context module of the goal is displayed between square brackets (see modules section (section 6)). Default is off.
Display dSet the max_depth(Depth) option of debugger_write_options (section 2.12), limiting the depth to which terms are printed. See also the w and p options.
Print pSet the Prolog flag debugger_write_options to [quoted(true), portray(true), max_depth(10), priority(699)]. This is the default.
Write wSet the Prolog flag debugger_write_options to [quoted(true), attributes(write), priority(699)], bypassing portray/1, etc.