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.
Solved! Go to Solution.
Hi @Dave_the_coder,
If you are using Semihosting to print into the console, you can use fprint instead to write directly into a file. Please look at the following community posts:
Best regards,
Julián
Hi @Dave_the_coder,
If you are using Semihosting to print into the console, you can use fprint instead to write directly into a file. Please look at the following community posts:
Best regards,
Julián
Hi @Dave_the_coder,
I'm not sure if this is the option you are looking for, but you can also select an output file from "Debug Configurations > Standard Input and Output"
Best regards,
Julián
To clarify:
I have been referring to the output obtained from the IDE Debugger Console :
- not the Standard input/Output console:
Dave
No problem, Dave! I'm Glad you were able to find the solution.
Best regards,
Julián