STM32CubeIDE 1.19.0 live expression fail
Hi everyone,
STM32CubeIDE v 1.19.0
MCU: stm32h755
I am debugging correctly the dueal core by means i see all registers in the live expression changing values without my intervention as expected by the simple code i wrote. As soon as i input a value, let's say I change the value of a variable from 0 to 1, then the panel shows:

I used to work with the 1.13.2 version and older fw package and never had this issue, with the very same MCU, but with the new fw package and new IDE this is what i get.
I must say that to make it work in the first place I had to force the gcc toolchain using the command "gcc -gdwarf-4" in project settings. There is for sure a link but i can't get the hang of it.
Thanks in advance to all.
For the sake of understanding, i setup the debug config as explained in stm AN:
