Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Nios II Eclipse Variable Watchpoint Not Working

I have never been able to get variable watchpoints to work correctly. For example, I have a function something like int run_test() { int retval = 0; if(a) retval = 1;...