[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re:



use gdb ( GNU Debugger ) when you compile the program
for e.g. #
$ gcc -g myfile.c 
$ gdb a.out

check out man pages for the same

- -----Original Message-----
From: Deepak.M.G <fuhrer@xxxxxxxxxxxxx>
To: Linux-India <linux-india@xxxxxxxxx>
Date: Thursday, July 22, 1999 12:13 AM


>
>Hi! guys,
>
> How do I debug my C-Programs in linux?
>
>007
>
>
>
>--------------------------------------------------------------------
>For more information on Linux in India visit http://www.linux-india.org/
>The Linux India mailing list does not accept postings in HTML format.
>


- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.

------------------------------