delphi - Delphi RemoteDebugger 使用哪个端口?

标签 delphi

我想启动一个远程 dbg session ,但删除计算机上的路由器阻止了调试器。我可以进行端口转发,但我找不到它正在使用的端口。

最佳答案

documentation详细介绍了这一点。

To install and start the remote debug server

  1. If RAD Studio is installed on the remote computer, skip to step 3. In this case, the remote debug server (rmtdbg.exe) is already available, by default, at C:\Program Files\Embarcadero\RAD Studio\6.0\Bin.
  2. Follow the directions for Installing a Debugger on a Remote Machine.
  3. On the remote computer, run rmtdbg<nnn>.exe using the following syntax:

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

    where:

    • <nnn> is the version number associated with the current release.
    • hostname is an optional host name or TCP/IP address for binding to a particular host, for example, somehost or 127.0.0.1. If you specify hostname, you must also specify :port.
    • port is an optional (required if hostname is specified) port number or standard protocol name, for example, 8000 or ftp. If omitted, 64447 is used as the port number.

关于delphi - Delphi RemoteDebugger 使用哪个端口?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18122670/

相关文章:

arrays - 用 TArray<XXX> 替换 XXX 数组是否安全

delphi - Delphi中的不规则枚举循环

delphi - 组件初始化 - 运行时与设计时

delphi - 使用 Indy 9 发送带有嵌入图片的电子邮件

Delphi自定义动画-碰撞检测

delphi - 如何从DWScript上下文映射或符号表中获取可执行行的行号

delphi - 重新声明自定义 Delphi 组件的 Width 属性

android - 从 Firemonkey Multi Device Delphi 项目中的函数获取模态结果

mysql - 概率。使用 tquery.requeSTLive

windows - Delphi SelectDirectory与网络驱动器的奇怪行为