Guest
Guest
|
How to debug an add-in on Add-in Express? |
|
Dmitry Kostochko
Add-in Express team
Posts: 2887
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 |
|