Loading...
 
Skip to main content

System Workbench for STM32


How to export debug variables in eclipse

I don't know of any way to easily export values shown in the expressions view or memory dump view in the eclipse debugger to a file. It may be possible, but if so, I don't know how to do it.

I'd recommend using a USART to output the contents of your array.