Skip to main content

How can I save the contents of a TRACE32 window to a file? - Knowledgebase / PRACTICE - Lauterbach Support

How can I save the contents of a TRACE32 window to a file?

Authors list

Use the PRinTer.FILE command to specify the output file and the WinPrint command to write the contents of a TRACE32 window to that file.

By default, PRinTer.FILE overwrites the output file if it already exists. To append the output to an existing file instead, use the /Append option.

Examples

Append the contents of the Trace.List window to a text file:

PRinTer.FILE output.txt /Append
WinPrint.Trace.List

Print a memory range from the Data.dump window:

WinPrint.Data.dump 0x0--0xFFF

Generate an XHTML file containing a section of the List.Mix window:

PRinTer.FILE file01.html XHTML
WinPrint.List.Mix func7--func17

For a complete description of the supported output formats and WinPrint variants, refer to the PowerView Command Reference.


Helpful Unhelpful

23 of 32 people found this page helpful

Add a comment

ID-0
To prove you are a human, please tell us the text you see in the CAPTCHA image