Forum Discussion
Altera_Forum
Honored Contributor
10 years agoDebug NIOS without restarting it when the program crash
Hello, My program crashed. I want to debug without restarting it by downloading it. I just want to know the details about the scenario, i.e. where the program is running, how about the stack. Pl...
Altera_Forum
Honored Contributor
10 years agoI got the answer. You need to uncheck the option "Download ELF to selected target system" in the "Target Connection" tab of Debug Configurations dialog.
I also found the root cause leading to the program crash. It is due to jtag uart use but the system is not connected to a USB-blaster. There is a software buffer for the output, when it is full, the program crash.