Results 1 to 3 of 3

Thread: delphi 2006 - debugging dll?

  1. #1

    delphi 2006 - debugging dll?

    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?

  2. #2

    delphi 2006 - debugging dll?

    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.

  3. #3

    delphi 2006 - debugging dll?

    hmm, that does look good, but it will still be a pain to debug the code if i cant step through it

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •