There are known problems debugging DLLs in at least Delphi v5 (maybe others).
Basically Delphi is not finding the debug information for your COM DLL. Ensure that you have all the debug settings checked in your project options first. After that, one workaround I've had to use is to get my project to build its output to somewhere on the System path (e.g. c:\winnt\system32), which seems to help Delphi find the debug info, and then I can successfully debug. You should be able to find plenty of references to this problem using Google. HTH, Conor -----Original Message----- From: Todd Martin [mailto:[EMAIL PROTECTED] I've tried debugging my COM inprocess server object according to the Delphi help (ie. load COM library project, set host application in run parameters and run), but as soon as the host application (Excel) loads I lose the blue dots in the my COM server app, so I can't debug it. Anyone got any suggestions? I'm sure it must be something simple. --------------------------------------------------------------------------- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To UnSub, send email to: [EMAIL PROTECTED] with body of "unsubscribe delphi" Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
