用gdb调试C程序_-g no debugging symbols found in-CSDN博客

网站介绍:文章浏览阅读813次。1.在生成目标文件是加"-g"参数,如下图line15;2.在shell中输入:gdb ./xxxmakefile文件中,若只在line5中加"-g"参数,启动gdb的时候,就会提示:(No debugging symbols found in ./xxx)3.常用调试命令:run;list num;......_-g no debugging symbols found in