Adding Watchpoints from Peripheral Debug View

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Adding Watchpoints from Peripheral Debug View

744 Views
TomWilson
Contributor II

I'm trying to add watchpoints from the peripherals window. For example, to create a breakpoint when a status register changes:

TomWilson_0-1607595767088.png

 

I can achieve the same using the "traditional" memory renderings window... It would just be more convenient if I could add watchpoints directly from a peripheral render. 

Many Thanks. 

 

1 Reply

742 Views
ErichStyger
Senior Contributor V

Hi @TomWilson ,

see Tutorial: Catching Rogue Memory Accesses with Eclipse and GDB Watchpoints | MCU on Eclipse,

You can use for example the outline view too.

 

I hope this helps,

Erich