Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 128 Bytes

File metadata and controls

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>