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
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