2025-03-11 4:43 AM
Before the STM32CubeIDE had serious issue with the live expressions during debug, with variables showing random values and sign when the were unsigned (the issues were around years now https://community.st.com/t5/stm32cubeide-mcus/stm32cubeide-1-18-0-released/m-p/778624#M34678)
After updating to STM32CubeIDE Version: 1.18.0 Build: 24413_20250227_1633 (UTC) the live expressions completely broke
All the variables now show 0 and they won't vary
As you can see from the screenshot, hovering while on breakpoint shows the correct value. On the top right, all the values are 0 in the live expressions tab
That's pretty bad