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

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

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

Jump to solution
752 Views
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

Labels (1)
Tags (1)
0 Kudos
1 Solution
480 Views
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

 

View solution in original post

0 Kudos
1 Reply
481 Views
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 Kudos