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
You will probably will need to compile each .c file with -g to have a complete set of debugging symbols.