On Mon, Oct 26, 2009 at 12:14 PM, Varrun Ramani <darthsit...@gmail.com> wrote:
> I did not understand what "debug symbols" is.Could you elucidate?

You have to get your e-mail quoting right while replying. ;)

Anyway don't get too worried about my language.

All I mean is that if you don't compile the code with
 the -g option, you cannot debug your program with gdb
debugger.

When you run gdb you want to see this.

gdb a.out
(gdb)l or list
< A bunch of C source lines here>

If that doesn't work you cannot debug. ;)

Is it clear now?

-Girish

-- 
Gayatri Hitech
web: http://gayatri-hitech.com

SpamCheetah Spam filter:
http://spam-cheetah.com
_______________________________________________
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to