cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Debugging libcurl

From: Michal Marek <mmarek_at_suse.cz>
Date: Fri, 11 Jan 2008 12:15:18 +0100

cliffer_at_q1lan.de wrote:
> I'm using sample Code from the Website and I'm trying to debug that code. If
> I try to dereference and watch a variable called "http_handle" (typ: CURL),
> I get this error: "Attempt to dereference a generic pointer."

The actual struct isn't exposed by the API, it's indeed typedefed to
void in the headers. You need curl sources to inspect the handle.

Michal
Received on 2008-01-11