Attaches to a Java process or core file and acts as a debug server. This command is experimental and unsupported.
jsadebugd pid [ server-id ]
jsadebugd executable core [ server-id ]
The process ID of the process to which the debug server attaches. The process must be a Java process. To get a list of Java processes running on a machine, use the jps
(1) command. At most one instance of the debug server can be attached to a single process.
The Java executable from which the core dump was produced.
The core file to which the debug server should attach.
An optional unique ID that is needed when multiple debug servers are started on the same machine. This ID must be used by remote clients to identify the particular debug server to which to attach. Within a single machine, this ID must be unique.