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.
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.
Setting location
If you specify timeout, make sure it is lower than your client connection timeout value.
Used by
Runtime
See also
Examples
$ DEFINE DBG_RMT "-rd 1024:80"