RAD Studio (Common)
ContentsIndex
PreviousUpNext
Installing a Debugger on a Remote Machine

To debug a project on a machine that does not have RAD Studio installed, you must install the remote debugger executable files. You can install these files either directly from the installation disk or by copying them from a machine that has RAD Studio installed.

To install the remote debugger

  1. Use the installation disk if it is available.
  2. Use files from the machine that has the IDE installed if the installation disk is not available.

To install the remote debugger from the installation disk

  1. Insert the installation disk into the remote machine.
  2. Choose Install Remote Debugger.
  3. Follow the instructions provided by the wizard.

To install the remote debugger if the installation disk is not available

  1. Create a directory on the remote machine for the installation files.
  2. Locate the following files on the local machine (by default, the files are in C:\Program Files\CodeGear\RAD Studio\<n.n>\Bin):
    • rmtdbg<nnn>.exe
    • bccide.dll
    • bordbk<nnn>.dll
    • bordbk<nnn>N.dll
    • comp32x.dll
    • DCC<nnn>.DLL
  3. Copy the files from your local machine to the directory you created on the remote machine.
  4. On the remote computer, register bordbk<nnn>.dll and bordbk<nnn>n.dllby running the regsvr32.exe registration utility. For example, on Windows XP, enter C:\Windows\System32\regsvr32.exe bordbk<nnn>.dll at the command prompt, then enter C:\Windows\System32\regsvr32.exe bordbk<nnn>n.dll.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!