2021-09-29 11:37 PM
Hi There,
I'm using Cube ide, STM32H753,
How can I set a breakpoint which breaks upon global variable update?
Or trace the global variable changes?
Thanks,
Lior.
2021-09-29 11:52 PM
I don't use Cube but AFAIK data breakpoints are called Watchpoints there.
JW
2021-09-29 11:57 PM
Thanks but I need it in Cube on linux... Didn't find any Watchpoints there...
2021-09-30 12:02 AM
2021-09-30 12:31 AM
thanks that really helps!!!