Forum Discussion
Altera_Forum
Honored Contributor
11 years agoSlow response when debugging software
I use a cyclone IV custom board and use the NIOS ii soft processor. My question is when I step over a variable operation, i have to wait for 1 to 2 seconds, when I step over a function, I have to wai...
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- and sometimes when I step over a variable, it jumps to near by code line and then jump back. Is that normal? --- Quote End --- This could be pretty normal if you are debugging code build in Release mode , i.e. with optimization enabled (-O3) and no ALT_DEBUG. Also make sure the running application is updated with the latest source code changes.