Debug an add-in

Add-in Express™ Support Service
That's what is more important than anything else

Debug an add-in
 
Guest


Guest


How to debug an add-in on Add-in Express?
Posted 20 Jun, 2004 15:43:48 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
A COM Add-in is a DLL. When debugging a DLL you should specify the path name to the executable by selecting Run|Parameters and entering the path to the executable in the Host application edit box.

Unfortunately, the Delphi debugger is not able to debug DLLs when the path to these files is too long. To debug your add-in, you can indicate the root of one of the logical drives as the destination path (the Output directory parameter) in the Project Options dialog.

Sincerely,
ADX Support Team
Posted 21 Jun, 2004 12:03:41 Top