Debuging using GDB

January 16, 2018 ยท View on GitHub

Compiling C code with GDB debug symbols

>> gcc -ggdb <file_name.c> -o <output_file_name>