Knowledge Base Article

The Restart Command on the Run Menu Does Not Work

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\' \'\\'"
Updated 1 month ago
Version 3.0
No CommentsBe the first to comment