• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

2.10.4 Trace Mode Commands When Paused
All Application Manual Name SummaryHelp

  • 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.

ClioPatria (version V3.1.1-51-ga0b30a5)