Command/enabletrackers

From Wiki
< Command
Revision as of 22:14, 16 February 2016 by Rik (talk | contribs) (Update to point to visual debugging and two new trackers.)
Jump to navigation Jump to search

\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: