Setting Memory Breakpoints in CodeWarrior 10

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

Setting Memory Breakpoints in CodeWarrior 10

Jump to solution
1,730 Views
jimfell
Contributor III

How do you set memory breakpoints in Eclipse? That is, I would like to set a conditional breakpoint that triggers when the data at a given memory location changes; I would like the debugger to halt program execution when the data changes at a specified address, not necessarily a variable.

 

Labels (1)
0 Kudos
1 Solution
522 Views
BlackNight
NXP Employee
NXP Employee
0 Kudos
2 Replies
523 Views
BlackNight
NXP Employee
NXP Employee

Have a look here: Watchpoints: Data Breakpoints | MCU on Eclipse

Hope this helps,

Erich

0 Kudos
522 Views
jimfell
Contributor III

Thanks!

0 Kudos