I am new to Trace32 and looking for a way to print/log contents of stack trace to a local file.
I have checked API's of B::Frame, but unable to find any save method for it.
Also, tried printing B::Frame which also didn't work
Please suggest how to save/print the stack frame into a local file?
You can dump any window in TRACE32 by using the pre-command
WinPrint.
and redirecting printer output to a file withPRinTer.FILE *.txt ASCIIE
.So for the Frame.view window this would be the following PRACTICE script: