-----Original Message----- From: eric [mailto:eric.pouech@wanadoo.fr] Sent: Thursday, January 10, 2002 12:49 PM To: Medland, Bill Cc: Wine devel (E-mail) Subject: Re: Debugger set breakpoint with full filename
Unfortunately not.
it should (under the name EntryPoint) try MyDLL.EntryPoint, it should work
Ah! Thanks
p.s. you DO need the .DLL (at least I do)
(break MyDll.DLL.EntryPoint)
Bill
p.s. you DO need the .DLL (at least I do)
(break MyDll.DLL.EntryPoint)
yes for this one, you need the .DLL in the name (yes, I know, the naming of symbols is not consistent in the debugger...) but, almost no one noticed (until now ;-)
A+