Forum Discussion

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

Setting a conditional breakpoint

Is there any way to set a conditional breakpoint in the NIOS IDE tool. I would like to set a breakpoint during a condition within an if statement. For example for(i = 0; i < 0x1ffffff; i++)...