BinaryDay

Analyzing the mobile phones market in India

Great GDB tutorial…

without comments

GDB (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 !!!

No related posts.

Written by Vineet

February 5th, 2008 at 4:25 pm

Posted in Tools

Leave a Reply