Which port is used by Delphi RemoteDebugger? -
i want start remote dbg session , router on remove computer blocking debugger. can port forwarding cannot find port using.
the documentation covers in detail.
to install , start remote debug server
- if rad studio installed on remote computer, skip step 3. in case, remote debug server (rmtdbg.exe) available, default, @ c:\program files\embarcadero\rad studio\6.0\bin.
- follow directions installing debugger on remote machine.
on remote computer, run rmtdbg<nnn>.exe using following syntax:
rmtdbg<nnn>.exe [-listen [hostname:]port]where:
<nnn>version number associated current release.hostnameoptional host name or tcp/ip address binding particular host, example, somehost or 127.0.0.1. if specify hostname, must specify:port.portoptional (required if hostname specified) port number or standard protocol name, example, 8000 or ftp. if omitted, 64447 used port number.
Comments
Post a Comment