Currently, if a Java program is to be debugged, the VM has to
be started with special debugging options, eg, -Xdebug -Xrunjdwp.....
It should be possible to to attach a debugger to an already
running VM that was not started with these options.
This would be especially useful for debugging code run via webstart or
plugin where it is not convenient to add these special debugging options to the
command line.
###@###.### 10/5/04 19:17 GMT
be started with special debugging options, eg, -Xdebug -Xrunjdwp.....
It should be possible to to attach a debugger to an already
running VM that was not started with these options.
This would be especially useful for debugging code run via webstart or
plugin where it is not convenient to add these special debugging options to the
command line.
###@###.### 10/5/04 19:17 GMT
- duplicates
-
JDK-6898169 loadAgentLibrary fails to load JDWP agent
- Closed
- relates to
-
JDK-8336401 Remove the option onjcmd from the jdwp agent
- Open
-
JDK-6173612 need an attach mechanism
- Resolved
-
JDK-8214892 Delayed starting of debugging via jcmd
- Resolved