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.ListPrint a memory range from the Data.dump window:
WinPrint.Data.dump 0x0--0xFFFGenerate an XHTML file containing a section of the List.Mix window:
PRinTer.FILE file01.html XHTML
WinPrint.List.Mix func7--func17For a complete description of the supported output formats and WinPrint variants, refer to the PowerView Command Reference.
Add a comment