[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[Libevent-users] How to get debug output
- To: libevent-users@xxxxxxxxxxxxx
- Subject: [Libevent-users] How to get debug output
- From: Ralph Castain <rhc@xxxxxxxxxxxx>
- Date: Tue, 12 Oct 2010 08:55:49 -0600
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Tue, 12 Oct 2010 10:56:02 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=5h+f91ZcOFViK8qvcOvtFIahi+p4er7bz7QInPKNOjM=; b=hEDtZMJVodK71L1Hg2MYSdvfZ3lpek/HIxHz35kx4GmosPFE/opSdW0vtFbW4/x6WD LF49GuPp+mx2yo+ljTBJs0Y0W15I4tzYil+pxM3SUt1V5MxWNkvpj8PFNqgITgFjlQaP I091MgsOWL6lNJ6s+T0CzT5EbrYRu/JmKjcMQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:content-type:content-transfer-encoding:subject:date :message-id:to:mime-version:x-mailer; b=bUM3fEfOUulLnw9772yd7FbkEHpW99eujOJeLQY0eRTCxK+IAwdlC1ggM0KZszCj/f EtqFDUY6XX1FEFqcsNdfV3EAr4nmf9Qv+ZW3BK5Uw3rrcXBdtWOv+KjNrlfY6Ut/UnRz 1oBmuS7wfIPxpMjC+KlYSlme8XIjVNi1TwaQs=
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
Hi folks
I apologize for the ignorance - I'm sure this is something simple that I'm overlooking.
I built libevent 2.0.7rc with the default configuration, so I did -not- specify --disable-debug. It is my understanding that the debug code is therefore built. I have confirmed that this is the case.
I then have my code call event_enable_debug_mode prior to calling event_init. However, I never get any debug output sent to my screen, even though I confirmed that I am calling event_assign, event_add, and other libevent functions.
Any suggestions on what I'm doing wrong?
Ralph
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.