Installing a Debugger on a Remote Machine
Go Up to Remote Debugging - Old-Style Procedures
- Use the integrated debugger to debug remote and multi-device applications.
- Use the Deployment Manager to configure and deploy your applications.
To debug a project on a machine that does not have RAD Studio installed, you must install the remote debugger executable files. When you install the Platform Assistant, the remote debugger and its associated files are installed along with the debugging files. For instructions, see PAServer, the Platform Assistant Server Application.
Remote debugger files installed on the remote machine
On a Windows PC, the remote debugger files are installed by default in C:\Program Files (x86)\Embarcadero\Studio\22.0\PAServer
when you install the Platform Assistant, although you can select another installation directory. If you do not install the Platform Assistant, however, you must copy the following remote debugger files yourself to the remote machine:
rmtdbg280.exe
bccide.dll
bordbk280.dll
bordbkN280.dll
comp32x.dll
dcc32280.dll
for a Win32 systemdcc64280.dll
for a Win64 systemdccosx280.dll
for an macOS system
C:\Program Files (x86)\Embarcadero\Studio\22.0\bin
.To register the remote debugger
On the remote computer, register bordbk280.dll
and bordbk280.dll
by running the regsvr32.exe
registration utility.
For example, on Windows 7, enter C:\Windows\System32\regsvr32.exe bordbk280.dll
at the command prompt, then enter:
C:\Windows\System32\regsvr32.exe bordbk280.dll