Главная страница | назад





Article #20553: How do I Debug an In-Proc COM Server?

How to do I Debug an In-Proc COM Server?

The steps to debug an in-proc COM server are on page 45-6 in the Delphi 5 Developer’s Guide (or DG.PDF on Delphi 5 CD) titled “Testing a COM Object”. However, there is one step missing in order to get this to work correctly. You also need to enable “Include Remote Debugger Symbols” in Project->Options->Linker (and be sure to do a Build All).

Last Modified: 21-JAN-00