"printf("line: %d \n", __LINE__);" does not work on System Workbench
I add some”printf(“line: %d \n”, LINE);” in the example code. The code works fine on the STM32F469I-Disco, but I can’t find any information output in the console of System Workbench. Is there something I need to do? Or this is not how it works?


