Uses of Interface
com.sun.jdi.request.StepRequest
Packages that use StepRequest
包
描述
This package is used to request that a JDI
event be sent under specified conditions.
-
Uses of StepRequest in com.sun.jdi.request
Methods in com.sun.jdi.request that return StepRequest修饰符和类方法描述EventRequestManager.createStepRequest
(ThreadReference thread, int size, int depth) Creates a new disabledStepRequest
.Methods in com.sun.jdi.request that return types with arguments of type StepRequest修饰符和类方法描述EventRequestManager.stepRequests()
Return an unmodifiable list of the enabled and disabled step requests.