Question
How to enable / configure dynamic breakpoint ?
Hey hi Community !
I’m here because I didn’t found informations onto «fonction breakpoint» «event breakpoint» and «watchpoint» :
I work with STM32G071, write C and use GDB.
I want to configure a conditional breakpoint, that break when a variable is equal to a specific value. Is that possible ?
I tried with a Watchpoint, but it doesn’t work well.
Can you help me pls?
Thanks a lot !
Simon