Critical Issue
Description
The Restart command on the Run menu does not work.
Resolution
Stop the program, then debug it again. If the debugger is hung in an endless loop, use the following bash alias to break the target, then stop it:
alias break="kill -2 \\'ps -a | grep nios2-elf-gdb | cut
-f6 -d\' \'\\'"