Adding Watchpoints from Peripheral Debug View

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Adding Watchpoints from Peripheral Debug View

1,341 次查看
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 回复

1,339 次查看
ErichStyger
Specialist I

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