Name: tb29552 Date: 12/06/2001
The -Xrunjdwp:[onthrow,onuncaught] suboptions indirectly rely
on the launch suboption. If onthrow or onuncaught are specified
without a value for launch, the backend will attempt to exec a
string like "dt_socket 8000". In addition, if suspend=y (which
it does by default), the debugee will appear to hang because the
backend will suspend it before doing the exec.
======================================================================
- relates to
-
JDK-4072976 JDI: Just-in-time debugger invocation at point of exception
- Resolved