gcc -g ఎంపిక ఫ్లాగ్

gcc -g GDB డీబగ్గర్ ఉపయోగించాల్సిన డీబగ్ సమాచారాన్ని ఉత్పత్తి చేస్తుంది.

 

ఎంపిక వివరణ
-g0 డీబగ్ సమాచారం లేదు
-g1 కనిష్ట డీబగ్ సమాచారం
-g డిఫాల్ట్ డీబగ్ సమాచారం
-g3 గరిష్ట డీబగ్ సమాచారం

సింటాక్స్

$ gcc -glevel [options] [source files] [object files] [-o output file]

ఉదాహరణ

సోర్స్ ఫైల్ myfile.c వ్రాయండి :

// myfile.c
#include <stdio.h/
 
void main()
{
    printf("Program run!!\n");
}

 

టెర్మినల్‌లో myfile.c ని నిర్మించి , డీబగ్ చేయడానికి gdb ని అమలు చేయండి :

$ gcc -g myfile.c -o myfile
$ gdb myfile
(gdb) run
Starting program: /home/ubuntu/myfile
Program run!!
Program exited with code 012.
(gdb) quit
$

 


ఇది కూడ చూడు

Advertising

జిసిసి
రాపిడ్ టేబుల్స్