Delphi7环境
一、目标远程机器:
安装服务光盘里有,单独安装,启动,启动后目标机的托盘图标中会出现一个小“虫子”debug的图标
bordbg61.exe
D:\Program Files (x86)\Borland\Remote Debugger\6.1\Bin
二、开发环境调试机器
Run>Parameters>Remote>
Remote Path :\\192.168.24.88\bin\Project7.exe
Remote Host:192.168.24.88
Parameters:不用填
选中 Debug Project on remote machine
点Load 按钮就运行在 远程目标起始上了,不是开发机器上行。
三、程序准备
1、project->options->linker中的EXE and DLL options选项组中的include remote debug symbols 选中,生成相应的asm文件,Project7.rsm
2、拷贝Project1.exe和Project1.rsm到目标机器的运行目录D:\Bin
3、在88的D盘建立Bin目录,并共享
时间: 2024-10-11 06:47:55