Forum Discussion
Altera_Forum
Honored Contributor
22 years agoIDE Debugger
I started to use the IDE debug environment on Tuesday. So far it looks cool, however I had some problems last night. When I did multiple single steps, the PC was executing lines of C code at random...
Altera_Forum
Honored Contributor
21 years agoAs a hard- and software engineer, I do not trust compilers at all ;-) I have seen strange behavior with optimized code with different debuggers, I suppose that is in the nature of the optimization (how can you step e.g. through a for-loop that was simply optimized away?). And I have spent hours of searching errors that turned out to be compiler-bugs...
Thomas