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

  1. 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.
  2. follow directions installing debugger on remote machine.
  3. on remote computer, run rmtdbg<nnn>.exe using following syntax:

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

    where:

    • <nnn> version number associated current release.
    • hostname optional host name or tcp/ip address binding particular host, example, somehost or 127.0.0.1. if specify hostname, must specify :port.
    • port optional (required if hostname specified) port number or standard protocol name, example, 8000 or ftp. if omitted, 64447 used port number.

Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -