c - How to debug using gdb? - Stack Overflow
stackoverflow.com › questions › 2069367Oct 15, 2014 · How to debug using gdb? Ask Question Asked 13 years, 6 months ago Modified 3 years, 10 months ago Viewed 22k times 14 I am trying to add a breakpoint in my program using b {line number} but I am always getting an error that says: No symbol table is loaded. Use the "file" command. What should I do? c gdb Share Follow edited Oct 15, 2014 at 6:07