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

A.11 library(debug): Print debug messages and test assertions
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • The SWI-Prolog library
        • library(debug): Print debug messages and test assertions
          • debugging/1
          • debugging/2
          • debug/1
          • nodebug/1
          • list_debug_topics/0
          • debug_message_context/1
          • debug/3
          • assertion/1
    • Packages
Availability::- use_module(library(debug)).(can be autoloaded)
Source[det]debug_message_context(+What)
Specify additional context for debug messages. What is one of +Context or -Context, and Context is one of thread, time or time(Format), where Format is a format specification for format_time/3 (default is %T.%3f). Initially, debug/3 shows only thread information.
ClioPatria (version V3.1.1-21-gb8003bb)