Forum Discussion
Altera_Forum
Honored Contributor
15 years agoGo to Run menu and select Debug...
Select your target hardware on the left Select the Debugger tag in the right pane Usually the option "Break at main()" is selected by default; select "Break at alt_main()", too. Start Debug: processor should halt at the very beginning of alt_main() Step inside the function: probably code hags somewhere during system initialization