为什么我在mac上面gdb后输入list一直显示No symbol table is loaded. Use the "file" command 输入file一直显示No executable file now.No symbol file now.呢?请教大神,谢谢
gcc命令编译时要加-g选项
eg: gcc -g main.c -o main.out 这样gdb命令才能正常使用