Module jdk.jdi

Interface StepRequest

All Superinterfaces:
EventRequest, Mirror

public interface StepRequest extends EventRequest
Request for notification when a step occurs in the target VM. When an enabled StepRequest is satisfied, an event set containing a StepEvent will be placed on the EventQueue. The collection of existing StepRequests is managed by the EventRequestManager
Since:
1.3
See Also: