Log in

View Full Version : breakpoints get removed when DLL is unloaded


dsula
December 1st, 2002, 17:31
Hi,

I've been using Olly 1.07b and I liked the fact that breakpoints
set in a DLL stay even when the DLL gets unloaded and reloaded again.
Olly 1.08b doesn't seem to do that anymore. All breakpoint get permanently
removed when the DLL gets unloaded. Am I missing something ?
Please advice.
Thank you very much
Daniel

cryingfox
December 20th, 2002, 15:53
I wanna know the answer too.
I often use ollydbg to debug my dll. And set the breakpoint every time you reload the application is so inconvenient.

Anonymous
December 21st, 2002, 02:46
If you bind your dll to your exe file instead of using LoadLibrary/GetProcAddress, Ollydbg keeps the breakpoints. For debugging, maybe this is a better option, and then using the GetProcAddress option when your DLL works.

Anonymous
December 31st, 2002, 14:17
Yes please can you put back this option in OllyDbg.
To put everytime all breakpoint in dll when the dll gets unloaded is very heavy.

Thanks in advance