Skip to content

Latest commit

 

History

History
executable file
·
7 lines (5 loc) · 128 Bytes

debuging.md

File metadata and controls

executable file
·
7 lines (5 loc) · 128 Bytes

Debuging using GDB

Compiling C code with GDB debug symbols

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