> Whether VMStartEvent is SUSPEND_ALL or SUSUPEND_NONE is configurable.
> On our VM the -Xrunjdwp flag on the debuggee sets up JDWP parameters.
> See:
>
> http://java.sun.com/j2se/1.3/docs/guide/jpda/conninv.html#Invocation
>
> Unfortunately suspend is missing from the table but it shows up in the
> examples. If "suspend=y", VMStartEvent has a suspendPolicy of SUSPEND_ALL,
> if "suspend=n", it is a SUSPEND_NONE. The default is "suspend=y".
> On our VM the -Xrunjdwp flag on the debuggee sets up JDWP parameters.
> See:
>
> http://java.sun.com/j2se/1.3/docs/guide/jpda/conninv.html#Invocation
>
> Unfortunately suspend is missing from the table but it shows up in the
> examples. If "suspend=y", VMStartEvent has a suspendPolicy of SUSPEND_ALL,
> if "suspend=n", it is a SUSPEND_NONE. The default is "suspend=y".
- duplicates
-
JDK-4433570 JPDA spec: document the suspend policy of the VMStartEvent
-
- Closed
-