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

B.3 Intercepting the Tracer
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • Hackers corner
        • Intercepting the Tracer
          • prolog_trace_interception/4
          • prolog_skip_frame/1
          • prolog_skip_level/2
    • Packages
Availability:built-in
prolog_skip_level(-Old, +New)
Unify Old with the old value of‘skip level' and then set this level according to New. New is an integer, the atom very_deep (meaning don't skip) or the atom skip_in_redo (see prolog_skip_frame/1). The‘skip level' is a setting of each Prolog thread that disables the debugger on all recursion levels deeper than the level of the variable. See also prolog_skip_frame/1.
ClioPatria (version V3.1.1-40-g9d9e003)