Forum Discussion
Altera_Forum
Honored Contributor
12 years agoLacks of logic in DS-5 work processes
I propose public here a deficiences in "intuitive" working with DS-5 AE. May be improved faster... My claims is in general for Debug: 1. Not enough point to variable and see it value in sma...
Altera_Forum
Honored Contributor
11 years agowith this particular example the variable i is probably in a register, which gdb has no way of knowing. Look at the registers when that code is running. If you step one instruction at a time you should be able to deduce which register holds the variable i. Changing that register will break the loop.