In rare cases, the suspend policy may differ from the requested value if a {@link ClassPrepareEvent} has occurred in adebugger system thread. See {@link ClassPrepareEvent#thread}for details. @return the suspendPolicy which is either{@link com.sun.jdi.request.EventRequest#SUSPEND_ALL SUSPEND_ALL}, {@link com.sun.jdi.request.EventRequest#SUSPEND_EVENT_THREAD SUSPEND_EVENT_THREAD} or{@link com.sun.jdi.request.EventRequest#SUSPEND_NONE SUSPEND_NONE}.
|
|
|
|