LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   gdb (https://www.linuxquestions.org/questions/programming-9/gdb-5003/)

sabeel 08-02-2001 03:53 PM

gdb
 
how do you use gdb???

cad 03-25-2007 10:17 AM

compile file with
gcc -g file.c -o file
and then
gdb file
use run command to run
quit to quit
and list to list the file

zWaR 03-26-2007 07:58 PM

Or you can use ddd, which is a fantastic gdb GUI.


All times are GMT -5. The time now is 04:25 AM.