How can we Export runtime Trace32 watch window data to any file format?

Viewed 42

I have total 100 variables which are continuously updated in Trace32 during runtime. I wanted to export all the 100 variables to log file continuously. I have used below T32 commands to copy watch window variables to a text file.

PRinTer.OPEN "Testing\varwatch.txt" ASCIIE
WinPRT var.watch /ALL
PRinTer.CLOSE 

I am unable to export complete data during runtime.

0 Answers
Related