Forum Discussion
Altera_Forum
Honored Contributor
21 years agoCannot step into crt0.s
Hi, I am using the ISS (Instruction Set Simulator). I would like to start program execution by stepping through crt0.s. However, the IDE has that option greyed out. I circumvented it by simply ...
Altera_Forum
Honored Contributor
21 years agoIf you don't get to main then I suggest ticking the "stop at alt_main" tickbox in the launch configuration.
You can then step through alt_main and the functions it calls to find out what's wrong (just for future use since you seem to have worked out the problem already).