Start gdb in a Linux Terminal. $gdb mystring Please remember that gdb takes the executable file as the input, and not a .c file. Inside gdb, type (gdb) r ...
確定! 回上一頁