CubeIDE 1.11.0 live view bugs
After the update I have number of issues with debugging.
The code written on the pervious version seems working as intended but when I try too peek the values of some variables (e.g. uwTick) I get broken results.
- most obvious bug - order of variable in the live view:

- another issue - wrong reported values. I tried to put in code the line
A = A + 10;and the live view shows that every time the actual value is increased by 2560 (confirmed that A++; sometimes increments by 256 instead of 1)
sometimes it works as intended, restarting debugging session few times somehow fixes the issue, but it is really annoying
for reference, I use STLINK-V3SET with custom board based on F407 at 168MHz, and I have never had any issues with the hardware before today.