STM32CubeIDE Official release - Suggestions from cute user - early heads-up!
Hello,
I have a suggestion:
I hope STM32CubeIDE can put the deleted code segments into a backup file when user click "Generate Code" button. because sometimes user will wrongly put his code into system Generate code area, or someone can edit the configuration file(*.ioc) to disable the "global interrupt"(for example), this will lead to the interrupt service function codes to be overwritten or lost.
sometime, it costs a lot.
Second,
If I can say freely, there will some wired things happen in the STM32CubeIDE, when I debug an "uint16_t" variable(like: Azimuth, in the blew picture), the value displayed can be a "-3"? I think this should be a bug.

