Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Ethereal-dev] win32 dll debugging

From: "Kukosa, Tomas" <tomas.kukosa@xxxxxxxxxxx>
Date: Fri, 16 Jun 2006 07:39:17 +0200
Hi,
 
if you copy .pdb file together with .dll file into plugins/x.x.x/ directory then you can debug it.
It works fine at least for me.
 
Tomas
 


From: ethereal-dev-bounces@xxxxxxxxxxxx [mailto:ethereal-dev-bounces@xxxxxxxxxxxx] On Behalf Of Jim Fan
Sent: Friday, June 16, 2006 12:15 AM
To: ethereal-dev@xxxxxxxxxxxx
Subject: [Ethereal-dev] win32 dll debugging

Hi everyone,
 
I am new to ethereal development, recently I need to start writing a plugin for win32 platform, I can now successfully build dlls with a simple frame, ethereal main program can load it with no problem. But the question is, what is the best way to debug this dll once it starts to run within the main program?
 
Thanks.
Jim