cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Libcurl debug info

From: Jeff Pohlmeyer <yetanothergeek_at_gmail.com>
Date: Thu, 2 Sep 2010 11:32:08 -0500

Setting CURLOPT_VERBOSE is always a good idea when trying to track down
problems like this, possibly even using your own CURLOPT_DEBUGFUNCTION.

You might try building libcurl with --enable-debug and/or --enable-curldebug.
That will give you a lot more info about what's going on inside libcurl.

Valgrind and GDB are also good tools for C programs and libraries, but I don't
know how well they work with Java.

- Jeff
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-09-02