no debugging symbols found in gdb debugger

后端 未结 1 1428
执笔经年
执笔经年 2021-01-14 00:47

When i am running my complex c programme simulator .c which include many c file in gdb it gives the error no debugging symbols found. I am using gcc -g simulator.c for compl

1条回答
  •  感情败类
    2021-01-14 00:55

    You will probably will need to compile each .c file with -g to have a complete set of debugging symbols.

    0 讨论(0)
提交回复
热议问题