help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: debugging info with -g option


From: Stephen Rasku
Subject: Re: debugging info with -g option
Date: Thu, 20 Sep 2001 10:00:19 -0700 (PDT)

Anumula Venkat wrote:
>
>Hi ,
>
>  That is what i want to know. What type of debugging
>info the compiler will add to object or exe file when
>compiled with -g option..
>Please reply me..
>

If you compile with -g, you will be able to step through the program 
line by line with gdb.  If you don't have -g, you won't be able to do 
this.

>From http://www.gnu.org/software/gdb/gdb.html:


GDB can do four main kinds of things (plus other things in support of 
these) to help you catch bugs in the act: 

    - Start your program, specifying anything that might affect its 
      behavior. 
    - Make your program stop on specified conditions. 
    - Examine what has happened, when your program has stopped. 
    - Change things in your program, so you can experiment with 
      correcting the effects of one bug and go on to learn
      about another. 

For instructions on how to use gdb, go to:

        http://sources.redhat.com/gdb/onlinedocs/gdb_toc.html
        
-- 
Stephen Rasku                   E-mail: stephen@tgivan.com
Senior Software Engineer        Web:    http://www.pop-star.net/
TGI Technologies




reply via email to

[Prev in Thread] Current Thread [Next in Thread]