Re: How to debug wget ?

2008-09-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jinhui Li wrote: I am browsing the source code. And want to debug it to figure out how it works. So, somebody please tell me how to debug ( with GDB ) or where can I find information that I need. IMO, GDB is a great tool for diagnosing a

How to debug wget ?

2008-09-01 Thread Jinhui Li
I am browsing the source code. And want to debug it to figure out how it works. So, somebody please tell me how to debug ( with GDB ) or where can I find information that I need. Sorry, if i bother you.

Re: How to debug wget ?

2008-09-01 Thread Saint Xavier
Hi * Jinhui Li ([EMAIL PROTECTED]) wrote: I am browsing the source code. And want to debug it to figure out how it works. So, somebody please tell me how to debug ( with GDB ) or where can I find information that I need. Compile Wget with debug informations (-g flag for GCC) and then run