2020-05-28 4:29 AM - last edited on 2025-04-09 7:12 AM by Andrew Neil
Hello!
Is it possible to watch/edit a variable value realtime when debugging in STM32CubeIDE without setting breakpoints? Like the Watch window of uKeil.
Or any other workaround that i could change values realtime without stoping the application?
2020-05-28 10:06 AM
STM32CubeMonitor can do that.
2020-05-28 8:03 PM
Hello, all,
I also have same question.
I use IAR as IDE for STM32F303 development before, but recently I change platform to CubeIDE.
In IAR environment, I can edit/watch variable realtime on debugging.
However, In CubeIDE, I can't edit variable, only monitor available.
Can anyone teach me how to do that?
Does CubeIDE support this feature(Editing variable on line)?
2025-04-09 7:11 AM
Hello,
Sorry to be so late, I was searching for this when I found this thread...
After some tries, I found it is possible in stm32cubeide :
Locate the variable to modify in the Variable window, right clic on the variable -> View Memory.
In the displayed Memory window, go to the adress of your data : you can easily modify your variable here.