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 agoPerhaps this is the wrong place to post this, but as a software engineer, I do not trust all compiler's optimization without running in the debug environment first. They can sometimes do wierd stuff to your code. If the optimization doen't work, but the non-optimized does, how are you supposed to debug it? The Nios2 debugger is the first debugger that I have ever used that does not debug optimized code.