Difference between revisions of "Command/enabletrackers"

From Wiki
Jump to navigation Jump to search
(Wikilink Tracker)
(Update to point to visual debugging and two new trackers.)
Line 19: Line 19:
 
== Description ==  
 
== Description ==  
 
Enable a [[Trackers|tracker]]. This causes extra information to be printed to the terminal and the {{code|*.log}} file during compilation.
 
Enable a [[Trackers|tracker]]. This causes extra information to be printed to the terminal and the {{code|*.log}} file during compilation.
 +
 +
Some trackers also modify the output document to assist in visual debugging. Two such trackers are [[Trackers/visualizers.justification]] and [[Trackers/typesetters.suspects]]. See [[Visual Debugging]] for some other visual debugging aids.
  
 
== Example ==
 
== Example ==

Revision as of 22:14, 16 February 2016

\enabletrackers

Syntax

\enabletrackers[...,...]
[...,...] tracker names

Description

Enable a tracker. This causes extra information to be printed to the terminal and the *.log file during compilation.

Some trackers also modify the output document to assist in visual debugging. Two such trackers are Trackers/visualizers.justification and Trackers/typesetters.suspects. See Visual Debugging for some other visual debugging aids.

Example

\enabletrackers[graphics.locating]

\starttext
    \externalfigure[cow]
\stoptext
graphics        > inclusion > locations: local,global
graphics        > inclusion > path list: . .. ../..
graphics        > inclusion > strategy: unknown format, prefer quality
graphics        > inclusion > found: ./cow.pdf -> ./cow.pdf
graphics        > inclusion > format natively supported by backend: pdf

See also

  • Trackers for a list of available trackers.

Help from ConTeXt-Mailinglist/Forum

All issues with: