Great GDB tutorial…
February 5th, 2008 by Vineet ! 133 viewsGDB (Acronym for GNU debugger) is considered to be one of the best debuggers among the geek community. i generally prefer debugging my programs without any debugging tools , i.e by mental inspection and printf()s. I feel this is the best approach for a student…It makes you learn a lot. But when you have to debug a more than 1000 lines code and you have deadlines to meet you practically can’t do without a debugger.
GDB is a command line based tool but really powerful and helpful.
I found a great comprehensive tutorial on GDB here ( http://www.dirac.org/linux/gdb/ )
PS: don’t leave chapter 2 of this tutorial. Even if you don’t want to learn about gdb, still read chapter 2 of this tutorial …. Read it to know why.
Hail GNU !!!
|
| Topics: Coding, Open Source, Tools | Email This
|
You may also like to read:

