NonStop Server for Java 6.0 Programmer's Reference
-Xrunjdwp:transport=dt_socket,server=y,address=port_no,suspend=y
classname arguments
-Xdebug
Enables debugging.
-Xnoagent
Disables the old Sun.tools.debug agent. This is the default.
-Xrunjdwp:sub-options
sub-options are specified in the following format:
name1[=value1],name2.=[=value2]...
The sub-options are:
transport
Name of the transport to use. DT_socket is the value for this option. NonStop
Server for Java 6.0 defaults to DT_socket.
server=y
y means listen for a debugger application
address= transport-address-for-this-connection
The transport address is the port number in which the debuggee is listening on for
the debugger or a range of port value from which the debuggee selects the first
available port to listen for the debugger.
The following syntax is used:
address=[<name>:]<port> | <start port>-<end port>
where,
<name> is the host name.
<port> is the socket port number.
<start port> is the starting port number for a range of ports.
<end port> is the ending port number for a range of ports.
suspend=y
Suspends the debuggee just before the main class loads.
Optionally, you can specify the -Xint argument to specify, by using only the interpreter and not
the HotSpot compiler.
NOTE: Specifying a range of port numbers for address is available from SPR T2766H60^ACC
or later. This option is specific to NonStop. The following examples show the various ways in which
the connection address is specified:
56 Implementation Specifics










