Forum Discussion
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.