2024-03-19 08:00 PM
In STM32CubeIDE, in CDT build console, the compile result part, if there are a lot of warnings, only the last part of the compile result can be seen, I have to save the compile log into one file and check from there, it's quite annoying. I think it's a defect.
2024-03-20 05:23 AM
You can scroll up with the scrollbar on the right side of the console.
2024-03-20 05:33 AM
I guess you are talking the scrollbar in the green circle, I did that but did not see the complete compile result, in my case, there are 459 warnings.
2024-03-20 06:20 AM - edited 2024-03-20 06:21 AM
Yes, that's it.
If you have so many warnings that it exceeds the capacity of the output buffer, you can increase that buffer:
How do I increase the capacity of the Eclipse output console? - Stack Overflow
2024-03-20 12:44 PM
Or look in the log file that Eclipse automatically creates (that is the source of what is displayed in the window). You shouldn't have to manually save it. It should be in the ".metadata\.plugins\org.eclipse.cdt.ui" directory in your workspace.
2024-03-20 01:10 PM
If you click in the Console window, keyboard navigation should also work; eg, Ctrl+Home to go to the start of the buffer
2024-03-20 07:43 PM
Thanks all @Andrew Neil @TDK @Bob S ,
How do I increase the capacity of the Eclipse output console? - Stack Overflow does not work
"Ctrl + home" does not work
the log file is stored in ".metadata\.plugins\org.eclipse.cdt.ui", it works.
2024-03-21 03:00 PM
Hi HXiao.1
Your post has been submitted to the ST Online Support Team.
Kind Regards
Joe WILLIAMS
STMicro Support