BCB远程调试

来源:互联网 发布:刚开的淘宝卖什么 编辑:程序博客网 时间:2024/05/21 15:38

http://docwiki.embarcadero.com/RADStudio/en/Installing_a_Debugger_on_a_Remote_Machine


步骤:

1. 远程机如果安装了BCB直接跳到第4步

2. 远程机安装remote debuger:远程建一目录,本地BCB目录里面的下列文件,拷贝到远程机

  • rmtdbg<nnn>.exe
  • bccide.dll
  • bordbk<nnn>.dll
  • bordbk<nnn>N.dll
  • comp32x.dll
  • DCC<nnn>.DLL

3. 使用regsvr32在远程机器注册bordbk<nnn>.dll 和 bordbk<nnn>n.dll

4. 远程机运行监听程序

rmtdbg<nnn>.exe [-listen [hostname:]port] 
比如: rmtdbg140.exe -listen

5. 本机attach to process 中选择远程进程调试


原创粉丝点击