Is there a built-in IDE method to export or re-direct the S32 Design Studion Debugger Console content to a local file?
I'm using the IDE debugger console to display large data arrays that are being used to capture realtime diagnostic information for seperate analysis, (using debugger commands like print -array on -array-indexes on -elements unlimited -pretty off -- waitrec_m) but I have to manually select/copy the resulting console text in order to save it elsewhere.
I'm hoping to be able to better automate this process.