PDA

View Full Version : delphi 2006 - debugging dll?



tux
30-01-2006, 08:15 PM
i've installed delphi 2006 and i've found that none of my breakpoints are working inside a dll. im running the dll with a host application, exactly the same as i run it in delphi 7.

if i load up the host project and set a breakpoint, it works fine. any reason for this?

it has update 1 installed, am i doing something wrong?

User137
31-01-2006, 12:16 AM
You might try this for debugging (trial version but seems to work long, if not unlimited time):
http://www.eurekalog.com/

Alternatively try putting that dll function code in main app for time of debugging.

tux
31-01-2006, 05:12 PM
hmm, that does look good, but it will still be a pain to debug the code if i cant step through it