DELPHI7 Environment
One, the target remote machine:
Installation Service CD-ROM, separate installation, startup, boot after the target machine tray icon will appear a small "bug" Debug icon
Bordbg61.exe
D:\Program Files (x86) \borland\remote Debugger\6.1\bin
Second, the development environment debugging machine
Run>parameters>remote>
Remote Path: \\192.168.24.88\bin\Project7.exe
Remote host:192.168.24.88
Parameters: No need to fill in
Check Debug Project on remote
The point Load button runs at the start of the remote target, not the development machine upstream.
III. Preparation of the procedure
1. exe and DLL in Project->options->linker Options group include remote debug symbols selected, generate the appropriate ASM file, PROJECT7.RSM
2. Copy Project1.exe and PROJECT1.RSM to the running directory of the target machine D:\Bin
3. Set up the Bin directory on the 88 D drive and share
C++builder 6 Remote Debugging