This is an old revision of the document!


Remote Debug a Delphi Application

Installing a Debbuger on Remote Machine

Source: Borland 2006 Help

To install the remote debugger if the installation disk is not available * Create a directory on the remote machine for the installation files.

  • Locate the following files on the local machine (By default, all of these files are in C:\Program Files\Borland\BDS\4.0\Bin):
    • rmtdbg100.exe
    • bccide.dll
    • bordbk100.dll
    • bordbk100N.dll
    • comp32x.dll
    • dbkpro100.dll
    • DCC100.DLL
    • DCC100IL.DLL
    • Borland.dbkasp.dll
  • Copy the files from your local machine to the directory you created on the remote machine.
  • On the remote computer, register bordbk100.dll and bordbk100n.dll by running the regsvr32.exe registration utility. For example, on Windows XP, enter C:\Windows\System32\regsvr32.exe bordbk100.dll at the command prompt, then enter C:\Windows\System32\regsvr32.exe bordbk100n.dll.
  • If you are debugging an ASP.NET application, copy Borland.dbkasp.dll to the Install\GlobalAssemblyCache directory on the remote machine. If you are debugging an ASP.NET application, register the Borland.dbkasp.dll in the GlobalAssemblyCache using the Microsoft .NET gacutil.exe utility. For example, on Windows XP with Microsoft .NET Framework SDK, enter C:\Program Files\Microsoft.NET\SDK\v1.1\Bin\gacutil Borland.dbkasp.dll.