Trace Device

The Trace device is a simple debugging device that allows an XML-like representation of the device calls made to be output.


\begin{lstlisting}
/*
fz_new_trace_device: Create a device to print a debug tra...
...z_device *fz_new_trace_device(fz_context *ctx, fz_output *out);
\end{lstlisting}

This is a useful tool to visualise the contents of display lists.