I have total 100 variables which are continuously updated in Trace32 during runtime. I wanted to export all the 100 variables to text file continuously during runtime. I have used below mentioned commands to export watch window variables to a text file, but only few watch variables are exported to the text file.
1) PRinTer.OPEN "~~~/varwatch.txt" ASCIIE
2) WinPRT <window name>
3) PRinTer.CLOSE
How can we export complete Trace32 watch window data to the text file during runtime?
Please refer the link: Access watch variables from trace32 scripting language