Skip to main content
LSmil.1
Associate II
September 30, 2021
Question

How to set a breakpoint which breaks upon global variable update

  • September 30, 2021
  • 4 replies
  • 2767 views

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.

This topic has been closed for replies.

4 replies

waclawek.jan
Super User
September 30, 2021

I don't use Cube but AFAIK data breakpoints are called Watchpoints there.

JW

LSmil.1
LSmil.1Author
Associate II
September 30, 2021

Thanks but I need it in Cube on linux... Didn't find any Watchpoints there...

KnarfB
Super User
September 30, 2021
LSmil.1
LSmil.1Author
Associate II
September 30, 2021

thanks that really helps!!!