Is it possible to set a breakpoint on write to a variable?

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

Is it possible to set a breakpoint on write to a variable?

跳至解决方案
1,199 次查看
AndersJ
Contributor IV

CW6.3, HCS08, USB Multilink and True-Time Simulator & Real Time Debugger.

 Is it possible to set a breakpoint on a write of a specific value or range of values to a variable?

 

Anders J

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
927 次查看
J2MEJediMaster
Specialist I

It should be possible to set a watchpoint that monitors a change to a memory location. Consult the Microcontrollers Debugger Manual (CWMCUDEBUGGERRM.pdf), chapter 4, "Control Points" for more information.

 

---Tom

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
928 次查看
J2MEJediMaster
Specialist I

It should be possible to set a watchpoint that monitors a change to a memory location. Consult the Microcontrollers Debugger Manual (CWMCUDEBUGGERRM.pdf), chapter 4, "Control Points" for more information.

 

---Tom

 

0 项奖励
回复