This is an old revision of the document!


Remote Debug a Delphi Application

Installing a Debbuger on Remote Machine

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:
     
       rmtdbg100.exe 
       bccide.dll 
       bordbk100.dll 
       bordbk100N.dll 
       comp32x.dll 
       dbkpro100.dll 
       DCC100.DLL 
       DCC100IL.DLL 
       Borland.dbkasp.dll 
  • By default, all of these files are in C:\Program Files\Borland\BDS\4.0\Bin.
  • 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.dllby 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.