Gustavo
June 7th, 2004, 12:13
Hello,
How can a set a breakpoint inside a DLL.
The executable loads this DLL with LoadLibrary and then it sets a global CBT hook, pointer to the hook procedure is inside the DLL, so I want to set a breakpoint at this callback procedure.
I have already tried to set it using F2 but the execution never stops.
Is it possible to set a breakpoint at a callback function that is inside this DLL?
if yes, what am I doing wrong?
Thank You
How can a set a breakpoint inside a DLL.
The executable loads this DLL with LoadLibrary and then it sets a global CBT hook, pointer to the hook procedure is inside the DLL, so I want to set a breakpoint at this callback procedure.
I have already tried to set it using F2 but the execution never stops.
Is it possible to set a breakpoint at a callback function that is inside this DLL?
if yes, what am I doing wrong?
Thank You