DBG_RMT

Remote debugger startup information

 

 

VSupported on OpenVMS

 

The DBG_RMT logical indicates that remote debugging is to occur and specifies the port number and optionally the timeout value.

"-rd port[:timeout]"

where port is the port number on which the debug server will listen as a Telnet server for the debug client (1024 to 65535, iclusive) and timeout is the number of seconds the debug server will wait for a connection from the debug client (the default is 100). Note that the quotation marks are required.

If you specify timeout, make sure it is lower than your client connection timeout value.

Runtime

Debugging remotely on OpenVMS

$ DEFINE DBG_RMT "-rd 1024:80"